v2

latestOpenAPI 3.1.02026-08-01132728.8 KB
agent_runs

Get Agent Run

Retrieve a scheduled or event-triggered agent run by ID.

get/v1/agent-runs/{run_id}

Path parameters

run_idstring required
Example:5eb7cf5a86d9755df3a6c593

Response

Successful Response

idstring required
titlestring nullable
agent_idstring nullable
agent_workflow_idstring nullable
user_idstring required
call_idstring nullable
output_status'has_output' | 'no_text_output' required

Whether a run currently has final text output.

output_previewstring nullable
created_atstring nullable
last_updated_atstring nullable
outputstring required

Example response

{
  "id": "5eb7cf5a86d9755df3a6c593",
  "agent_id": "5eb7cf5a86d9755df3a6c593",
  "agent_workflow_id": "5eb7cf5a86d9755df3a6c593",
  "user_id": "5eb7cf5a86d9755df3a6c593",
  "call_id": "5eb7cf5a86d9755df3a6c593"
}