Skip to main content
GET
/
test-runs
/
{test_run_id}
/
progress
Get test run progress
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/test-runs/{test_run_id}/progress \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "test_run_id": 30,
    "total": 200,
    "completed": 150,
    "failed": 2,
    "status": "RUNNING"
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

test_run_id
integer
required

Response

200 - application/json

Get test run progress.

data
any