cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/test-runs/{test_run_id}/requests \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "request_id": "req_abc123", "test_run_id": 30, "score": 0.95, "passed": true } ] }
List individual request results from a test run with scores and responses.
Your Maitai API key from the Portal.
Number of items to skip.
x >= 0
Maximum number of items to return.
1 <= x <= 100
List test run requests.
Was this page helpful?