Get batch execution
GET/v2/batch-executions/:executionId
Returns one batch execution with its status and test counts. Its test runs are listed by GET /v2/test-runs?batchExecutionId={executionId}.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Batch execution summary
Bad Request
Unauthorized
User does not have permission to access batches
Batch execution with given ID not found
Server Error