Get a run
The polling endpoint for a queued run. status is created, running, completed or failed; completed_executions against total_executions gives progress. Carries per-test-case pass counts but no transcripts — read a test case’s results for those.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
test_suite_id
run_id
Headers
X-API-Key
Your workspace API key.
Response
Successful Response
run_id
test_suite_id
app_id
app_version
scope
status
frequency
total_executions
Test cases multiplied by frequency.
completed_executions
total_pass
created_by
created_at
run_name
test_cases
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error