Skip to main content
GET
Fetches input and output data for a Execution.

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 or system provided value for the resource.

Query Parameters

id.org
string

Optional, org key applied to the resource.

Response

A successful response.

Response structure for WorkflowExecutionGetDataRequest which contains inputs and outputs for an execution.

full_inputs
object

A map of literals. This is a workaround since oneofs in proto messages cannot contain a repeated field.

full_outputs
object

A map of literals. This is a workaround since oneofs in proto messages cannot contain a repeated field.

inputs
object

Represents a string url and associated metadata used throughout the platform.

outputs
object

Represents a string url and associated metadata used throughout the platform.

Last modified on August 27, 2026