Skip to main content

Get agent run

GET 

/api/agents/:agent_id/runs/:run_id

Retrieve a persisted workflow execution owned by the authenticated user. The run must belong to the specified agent, and the user must still have access to that agent. Unknown runs, runs owned by another user, and mismatched agent/run identifiers return 404. Requires the agents.run scope. Executions without a persisted workflow record are not available through this endpoint.

Request​

Responses​

Current persisted run snapshot. A failed execution is still a successful retrieval.