cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/test-runs \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 30, "test_set_id": 15, "status": "COMPLETED", "score": 0.92, "date_created": 1706000000 } ] }
List test runs for your company. Requires intent_group_id query param.
intent_group_id
Your Maitai API key from the Portal.
Number of items to skip.
x >= 0
Maximum number of items to return.
1 <= x <= 100
Paginated results.
Show child attributes
Was this page helpful?