Get run status
Runs
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
Get run status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Successful response
The ID of the run.
Overall status of the run (e.g. pending, running, completed).
Total number of tests in the run.
Tests that succeeded.
Tests that failed.
Tests that were blocked.

