curl --location --request GET 'https://api-v2.opencopilot.so/backend/reports/agents/performance?startDate=2023-01-01T00:00:00Z&endDate=2023-12-31T23:59:59Z' \ --header 'Authorization: Bearer YOUR_API_KEY'
[ { "agent_id": 1, "total_chats": 150, "avg_duration": 420.5 }, { "agent_id": 2, "total_chats": 120, "avg_duration": 380.2 } ]
Retrieve performance metrics for agents based on chat sessions
Was this page helpful?