Retrieve an agent run
Retrieves details of a specific agent run
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Agent run ID
Response
agent run found
object
Object type identifier.
id
Unique identifier for the agent run.
created_at
Timestamp when the agent run record was created.
updated_at
Timestamp when the agent run record was last updated.
status
Current lifecycle status of the agent run.
Allowed values:
started_at
Timestamp when the agent run started.
ended_at
Timestamp when the agent run finished.
steps
Top-level execution steps for this run, filtered by run_id. Only included when requesting run details with step state.
interrupts
Pending interrupt requests awaiting input. Empty when the run is not interrupted.
Errors
404
Get Agent Run Request Not Found Error