Skip to main content

Get Agent Run Detail

Returns the full details of an agent run, including the complete process timeline, linked sources, and linked entities. Unlike the lightweight status endpoint, this returns the entire process event array.

Request

Path Parameters

Headers

The workspace is automatically resolved from your API key. No workspaceId parameter required.
This endpoint returns the full process timeline which can be large for long-running agent executions. For lightweight status polling, use the Get Run Status endpoint instead.

Response

Returns null if the agent run is not found.

Response Fields

The process field is an array of process events collected during the agent run. See the SSE streaming docs for the full list of event types and their payloads.

Examples

Error Responses