Retrieve the current status and result details for an agent run.
The ID of the agent that owns the run.
The ID of the run to retrieve.
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.