{
"data": {
"metrics": {
"totalCalls": 1250,
"totalMinutes": 3420.5,
"resolutionRate": 78.4,
"avgDuration": 164.2,
"activeAgents": 12
},
"dailyVolume": [
{
"date": "2025-01-01",
"totalCalls": 45,
"resolvedCalls": 36
},
{
"date": "2025-01-02",
"totalCalls": 52,
"resolvedCalls": 41
}
],
"hourlyDistribution": [
{ "hour": "00:00", "calls": 5, "minutes": 12.3 },
{ "hour": "01:00", "calls": 2, "minutes": 4.1 },
{ "hour": "09:00", "calls": 85, "minutes": 230.5 },
{ "hour": "10:00", "calls": 92, "minutes": 248.7 }
],
"resolutionBreakdown": {
"resolved": 980,
"transferred": 150,
"abandoned": 80,
"other": 40
},
"agentPerformance": [
{
"agentId": "123e4567-e89b-12d3-a456-426614174000",
"agentName": "Customer Support Agent",
"totalCalls": 450,
"resolved": 360,
"transferred": 50,
"abandoned": 25,
"other": 15,
"resolvedPercent": 80.0,
"transferredPercent": 11.1,
"abandonedPercent": 5.6,
"otherPercent": 3.3
}
]
}
}