cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/evaluations \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 70, "application_id": 42, "intent_id": 7, "status": "COMPLETED", "score": 0.89, "date_created": 1706000000 } ] }
List all evaluation runs for your company.
Your Maitai API key from the Portal.
List evaluations.
Show child attributes
Was this page helpful?