v3

latestOpenAPI 3.1.02026-07-3178343213.9 KB
runs

Retrieve an agent run

Retrieves details of a specific agent run

get/v1/runs/{id}

Path parameters

idstring required

Agent run ID

Query parameters

includestring

Comma-separated list of optional sub-resources to include. Pass steps to populate the steps array with this run's execution trace; omitted by default to avoid the cost of fetching step state from the underlying execution backend.

Headers

Authorizationstring required

Bearer authentication

Response

agent run found

objectstring required

Object type identifier.

idstring uuid required

Unique identifier for the agent run.

created_atstring date-time required

Timestamp when the agent run record was created.

updated_atstring date-time required

Timestamp when the agent run record was last updated.

status'running' | 'completed' | 'error' | 'interrupted' required

Current lifecycle status of the agent run.

thread_idstring uuid

Identifier of the agent thread this run belongs to.

agentstring

Agent type that produced this run (for example, cip_orchestrator).

started_atstring date-time nullable

Timestamp when the agent run started.

ended_atstring date-time nullable

Timestamp when the agent run finished.