Get an agent run
Retrieve the current status and result details for an agent run.
Authorizations
Path Parameters
The ID of the agent that owns the run.
The ID of the run to retrieve.
Query Parameters
Include each step's raw outputs payload in the execution trace.
Response
Successful Response
Status and result details for an agent run.
Unique ID for the run.
Unique ID of the agent for this run.
Current status of the run.
queued, running, succeeded, failed, cancelled, skipped, unknown When the run started, if it has started.
When the run finished, if it has completed.
Error details, when the run fails and error information is available.
Output values returned by the run, keyed by variable ID. This object conforms to schema.output from the agent detail response and is empty when no outputs are available.
Ordered step-by-step execution trace — one entry per node that ran, in execution order. Always present once the run has executed a node; per-node outputs inside each step are included only when the request asks for verbose.