Get agent run
Agents
Get Agent Run
Returns a single agent run with its full trace: status, disposition, error, token usage, latency, the model’s reply, its reasoning, and the ordered tool-call timeline.
GET
Get agent run
Authorizations
Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.
Path Parameters
Agent id.
Example:
"ag77c0dy0mgdpzmqz6tesry8w184002s"
Run id (from the list-runs response).
Example:
"ar77c0dy0mgdpzmqz6tesry8w184002s"
Query Parameters
Optional workspace override. If omitted, Conduit resolves the agent's workspace automatically.
Example:
"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"
Response
Agent run
Single agent run with its full tool-call trace and status.