Get batch status
Retrieve the aggregate status of a group-run batch with per-run verdicts. Poll this endpoint to track batch completion, then fetch individual runs (or GET /v1/runs?batchId=...) for details.
Authentication
AuthorizationBearer
API key authentication using Bearer token format
Path parameters
batchId
Batch ID
Response
Batch status summary
batchId
Batch ID
status
Aggregate batch status: running while any run is in flight, failed when any finished run failed, completed when all finished runs passed, cancelled when every run was cancelled
counts
Run counts by status
runs
Child runs ordered by creation time
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error
