cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/test-runs/{test_run_id} \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 30, "test_set_id": 15, "status": "COMPLETED", "score": 0.92, "total_requests": 200, "completed_requests": 200 } }
Retrieve a single test run with its configuration and summary results.
Your Maitai API key from the Portal.
Get test run.
An execution of a test set against a model, producing per-request scores.
Show child attributes
Was this page helpful?