Get Run Status
Runs
Get Run Status
Minimal status poll (see RunStatusResponse). POLL rate bucket: selects ONLY the status/project columns — a 2s poll never drags the task/result text (TOAST reads) that GET /runs/ pays. Poll until terminal, then fetch the full summary once.
GET
Get Run Status
Authorizations
Path Parameters
Response
Successful Response
Minimal poll target: just the run's status. Poll this until terminal (cheap indexed lookup, tiny payload — never the task/result text), then fetch the full RunSummary once via GET /runs/{id}. Mirrors v2's GET /tasks/{id}/status.
Available options:
queued, dispatching, running, completed, failed, cancelled