curl --location 'https://platform-api.convirza.com/v3/conversations/agent-performance?start_date=&end_date=&team=&user_id=&limit=&offset=&sort_order=&sort_by=&org_unit_id=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "Success",
"data": {
"agents": [
{
"user_id": 123,
"agent_name": "John Doe",
"email": "john.doe@example.com",
"team": "Sales Team",
"metrics": {
"total_calls": 150,
"answered_calls": 125,
"missed_calls": 25,
"answer_rate": 83.33,
"avg_call_duration": 245,
"total_talk_time": 4200,
"avg_quality_score": 85.5,
"opportunities_identified": 45,
"conversions": 32,
"conversion_rate": 71.11
}
}
],
"total": 25,
"limit": 100,
"offset": 0
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}