cURL
curl -X POST "https://app.cotool.ai/api/agents/llm-eval-metrics/batch" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"agentIds":["string"]}'
[ { "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "avgScore7d": 123, "avgScore30d": 123, "totalEvals7d": 123, "totalEvals30d": 123 } ]
Retrieve system LLM evaluation metrics (llm-judge) for multiple agents in batch.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Array of agent IDs
Successful response
Was this page helpful?