Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/evaluations/{evaluation_run_id}/results \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "request_id": "req_abc123", "score": 0.95, "sentinel_results": [ { "sentinel_id": 1, "sentinel_name": "Tone Check", "passed": true, "score": 0.98 } ] } ] }
Retrieve per-request evaluation scores and sentinel verdicts for a run.
Your Maitai API key from the Portal.
Get evaluation results.
Was this page helpful?