cURL
curl -X POST "https://app.cotool.ai/api/agents/feedback-metrics" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"agentIds":["string"]}'
[ { "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "avgScore7d": 123, "avgScore30d": 123, "upRate7d": 123, "upRate30d": 123, "total7d": 123, "total30d": 123 } ]
Retrieves feedback metrics (average score, up rate, totals) for multiple agents over 7-day and 30-day periods
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
1
Successful response
Was this page helpful?