Retrieve a run
Returns one run including its full event transcript.
Authorizations
Path Parameters
The unique identifier of the agent
The unique identifier of the run
Response
Run retrieved
One execution of an agent. Unset fields (e.g. error_message on a successful run) are omitted from responses.
The agent this run belongs to
api for runs started through this API with an API key; agent for runs started by another agent's run using its session key
manual, schedule, resume, drop, api, agent The user who started a manual run; null for API-triggered runs
For agent-triggered runs: the run whose agent started this one
For resume runs: the review task whose resolution this run executes
pending, running, completed, failed, cancelled The agent's markdown summary of what it did
The model this run executed on
Files the agent produced for the operator
For drop runs: the file(s) this run was triggered to process
The email delivery record for this run's output files, when delivery ran
Full event transcript. Only included when fetching a single run