Agents

Get v2 run status

Lightweight status poll for a v2 run including neutral runtime metadata.

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

Path parameters

idstring required

Response

Run status

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

Changes