Get test batch status
GET/v1/batches/:batchId
The endpoint for retrieving the status of a single test batch. Returns the status in the CTRF format (see https://ctrf.io/docs/specification/overview).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Test batch status in CTRF format
Bad Request
Unauthorized
User does not have permission to access batches
Test batch with given ID not found
Server Error