Get test batch status
GET/v1/batches/:batchId
The endpoint for retrieving the status of a single test batch. Use Accept: application/json (default) to receive CTRF (see https://ctrf.io/docs/specification/overview). Or use Accept: application/xml to receive JUnit XML.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 406
- 500
Test batch status in CTRF (application/json) or JUnit XML (application/xml) depending on Accept
Bad Request
Unauthorized
User does not have permission to access batches
Test batch with given ID not found
Accept header cannot be satisfied
Server Error