Skip to content

Get runs

GET
/batch-runs/{batchId}/runs
curl --request GET \
--url https://api.testzilla.ai/v1/batch-runs/example/runs \
--header 'x-api-key: <x-api-key>'
batchId
required
string

BatchId identifier

Success

Media type application/json
object
Example generated
{}

Unauthorized (missing/invalid API key or token)

Not found