Get run status

Retrieve the status and per-test results for a specific run. Each result entry contains the test ID, title, status, a link to the recording, and a link to the per-step interaction logs.

get/runs/{run_id}

Path parameters

run_idstring required

Response

Successful response

runIdstring

The ID of the run.

statusstring

Overall status of the run (e.g. pending, running, completed).

totalTestsinteger

Total number of tests in the run.

Changes