Get the current state of a test case run request

Retrieve the current status and detailed information of a test case run request within a customer workspace. This endpoint provides insights into the test's progress and, for completed tests, includes data on test coverage and other relevant outcomes.

Path parameters

test_idstringRequired
The unique ID of the test run request.
idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success response
statusstring or null
The current status of the test run request.
test_idstring or null
Unique identifier for the test case run request.
progressinteger or null
Percentage of test completion.
started_atstring or null
Timestamp when the test run started.
completed_atstring or null

Timestamp when the test run completed (if applicable).

resultsobject or null
Detailed results of the test case run.

Errors