v1

latestOpenAPI 3.1.0AGPL-3.02026-07-17644498.1 KB
Runs

Get run status

Quick status check for a run. Useful for polling in CI/CD pipelines.

get/api/runs/{runId}/status

Response

Run status

runIdstring uuid
jobIdstring uuid nullable
status'queued' | 'running' | 'passed' | 'failed' | 'error' | 'blocked'
startedAtstring date-time nullable
completedAtstring date-time nullable
durationMsinteger nullable

Duration in milliseconds

errorDetailsstring nullable
reportUrlstring nullable

URL to the detailed run report