Get test batches statuses
GET/v1/batches
The endpoint for retrieving the statuses of test batches. With Accept: application/json (default) returns an array in CTRF format (see https://ctrf.io/docs/specification/overview). With Accept: application/xml returns a single JUnit document aggregating all matching batches.
Request
Responses
- 200
- 400
- 401
- 403
- 406
- 500
Array of batch statuses in CTRF (application/json) or one JUnit XML document (application/xml) depending on Accept
Bad Request
Unauthorized
User does not have permission to access batches
Accept header cannot be satisfied
Server Error