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
Example response
{
"id": "5eb7cf5a86d9755df3a6c593",
"agent_id": "5eb7cf5a86d9755df3a6c593",
"agent_workflow_id": "5eb7cf5a86d9755df3a6c593",
"user_id": "5eb7cf5a86d9755df3a6c593",
"call_id": "5eb7cf5a86d9755df3a6c593"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.