Skip to main content
GET
Get Test Run
Retrieve the details and results of a specific test run. Use this to poll for results after triggering a run.
integer
required
The ID of the test run to retrieve (returned from the Run Test endpoint).

Response

object
The test run object with full results.

Example response

After triggering a run, use the test_runs[].id value to poll this endpoint until the status changes from "running" to "passed" or "failed".