v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Agents

Get run status

Lightweight status poll for a run. Use /run/:id/details for the full audit trail.

get/agent/v1/run/{id}/status

Path parameters

idstring required

Run ID

Response

Run status

idstring
status'queued' | 'running' | 'completed' | 'failed' | 'cancelled'
startedAtstring date-time nullable
completedAtstring date-time nullable
durationMsinteger nullable

Elapsed time in milliseconds