Skip to main content
GET
Fetches a NodeExecution.

Path Parameters

id.execution_id.project
string
required

Name of the project the resource belongs to.

id.execution_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.execution_id.name
string
required

User or system provided value for the resource.

id.node_id
string
required

Query Parameters

id.execution_id.org
string

Optional, org key applied to the resource.

Response

A successful response.

Encapsulates all details for a single node execution entity. A node represents a component in the overall workflow graph. A node launch a task, multiple tasks, an entire nested sub-workflow, or even a separate child-workflow execution. The same task can be called repeatedly in a single workflow but each node is unique.

closure
object

Container for node execution details and results.

id
object

Encapsulation of fields that identify a Flyte node execution entity.

input_uri
string

Path to remote data store where input blob is stored.

metadata
Represents additional attributes related to a Node Execution · object
Last modified on August 27, 2026