Skip to main content
GET
Fetch a Workflow definition.

Path Parameters

id.project
string
required

Name of the project the resource belongs to.

id.domain
string
required

Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.

id.name
string
required

User provided value for the resource.

id.version
string
required

Specific version of the resource.

Query Parameters

id.resource_type
enum<string>
default:UNSPECIFIED

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
Available options:
UNSPECIFIED,
TASK,
WORKFLOW,
LAUNCH_PLAN,
DATASET
id.org
string

Optional, org key applied to the resource.

Response

A successful response.

Represents the workflow structure stored in the Admin A workflow is created by ordering tasks and associating outputs to inputs in order to produce a directed-acyclic execution graph.

closure
object

A container holding the compiled workflow produced from the WorkflowSpec and additional metadata.

id
object

Encapsulation of fields that uniquely identifies a Flyte resource.

short_description
string

One-liner overview of the entity.

Last modified on August 19, 2026