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_id
The unique ID of the test run request.
id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success response
status
The current status of the test run request.
test_id
Unique identifier for the test case run request.
progress
Percentage of test completion.
started_at
Timestamp when the test run started.
completed_at
Timestamp when the test run completed (if applicable).
results
Detailed results of the test case run.