Fetch a list of :ref:`ref_flyteidl.admin.NodeExecution` launched by the
Path Parameters
Name of the project the resource belongs to.
Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.
User or system provided value for the resource.
Name of the project the resource belongs to.
Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.
User provided value for the resource.
Specific version of the resource.
Query Parameters
Identifies the specific type of resource that this identifier corresponds to.
- DATASET: A dataset represents an entity modeled in Flyte DataCatalog. A Dataset is also a versioned entity and can be a compilation of multiple individual objects. Eventually all Catalog objects should be modeled similar to Flyte Objects. The Dataset entities makes it possible for the UI and CLI to act on the objects in a similar manner to other Flyte objects
UNSPECIFIED, TASK, WORKFLOW, LAUNCH_PLAN, DATASET Optional, org key applied to the resource.
Optional, org key applied to the resource.
Indicates the number of resources to be returned. +required
In the case of multiple pages of results, the, server-provided token can be used to fetch the next page in a query. +optional
Indicates a list of filters passed as string. More info on constructing filters : +optional
Indicates an attribute to sort the response values. +required
Indicates the direction to apply sort key for response values. +optional
- DESCENDING: By default, fields are sorted in descending order.
DESCENDING, ASCENDING