Skip to main content
GET
Get Execution

Authorizations

X-API-Key
string
header
required

API key for authentication.

Path Parameters

execution_id
string
required

Response

Successful Response

A stored workflow execution with its result stream replayed in order.

date_created
string<date-time>
required

When the execution was created.

execution_id
string
required

Unique identifier for the execution.

is_owner
boolean
required

Whether the authenticated caller owns this execution.

is_public
boolean
required

Whether the execution is shared through a public link.

last_updated
string<date-time>
required

When the execution was last updated.

name
string
required

Human-readable name of the execution.

status
enum<string>
required

Current lifecycle status of the run.

Available options:
pending,
running,
completed,
error,
cancelled
consumption
(TokenTierConsumption · object | SearchConsumption · object | StructuredDataConsumption · object | SearchEndpointConsumption · object)[] | null

Resource usage breakdown for the run.

Token usage for a specific model tier.

events
(ThinkingMessage · object | ActionMessage · object | AnswerMessage · object | CompleteMessage · object | ErrorMessage · object | AuditMessage · object | GroundingMessage · object | ChartMessage · object | ToolErrorMessage · object | PlanningMessage · object | LlmRetryMessage · object | StructuredOutputMessage · object)[] | null

The run's streamed messages, replayed in order — the same message types delivered live during execution (answer, grounding, charts, and so on). Null while the run is still in progress.

The agent's intermediate reasoning while researching.

template_id
string | null

ID of the template that ran, if any.