v4

latestOpenAPI 3.1.02026-08-0845469231.8 KB
testRuns

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.

get/v1/batches/{batchId}

Path parameters

batchIdstring uuid required

Batch ID

Headers

Authorizationstring required

API key authentication using Bearer token format

Response

Batch status summary

batchIdstring uuid required

Batch ID

status'queued' | 'running' | 'completed' | 'failed' | 'cancelled' required

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