cURL
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" } }
Check how many requests have completed in a running test run.
Your Maitai API key from the Portal.
Get test run progress.
Was this page helpful?