cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/evaluations/{evaluation_run_id} \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 70, "application_id": 42, "intent_id": 7, "status": "COMPLETED", "score": 0.89, "total_requests": 500, "date_created": 1706000000 } }
Retrieve an evaluation run. Use full=true to include all request data.
full=true
Your Maitai API key from the Portal.
Include full evaluation details.
Get evaluation.
A batch evaluation run that scores requests against sentinels.
Show child attributes
Was this page helpful?