Skip to main content
GET
Returns test run results. Use test_case_id to list all runs for a given test case, or id to fetch a single run with full detail.

Query Parameters

string
UUID of the test case. Returns all runs newest first. Use this to poll for results after Run Test Case.
string
UUID of a specific test run. Returns the full run object with nested test case data.
Provide exactly one of test_case_id or id.

Response

array
Returned when querying by test_case_id.
object
Returned when querying by id. Same fields as above, plus a nested test_cases object with the full test case configuration.

Assertion Names