v1

latestOpenAPI 3.1.0AGPL-3.02026-07-17644498.1 KB
Runs

Get run details

Retrieve full details for a specific run including logs, report URL, and execution metadata.

get/api/runs/{runId}

Response

Run details

idstring uuid
jobIdstring uuid nullable
jobNamestring nullable
jobType'playwright' | 'k6' nullable
status'queued' | 'running' | 'passed' | 'failed' | 'error' | 'blocked'
trigger'manual' | 'remote' | 'schedule'
durationstring nullable

Formatted duration string

durationMsinteger nullable

Duration in milliseconds

startedAtstring date-time nullable
completedAtstring date-time nullable
logsstring nullable
errorDetailsstring nullable
reportUrlstring nullable

URL to the run report

testCountinteger nullable
locationstring nullable
projectIdstring uuid nullable
organizationIdstring uuid nullable