X-API-Key: ********************curl --location 'https://api.snakk.ai/api/stats/agents?days=' \
--header 'X-API-Key: <api-key>'{
"period_days": 30,
"agent_stats": [
{
"agent": {
"id": "a1b2c3d4-0000-0000-0000-000000000001",
"name": "Support Bot",
"phone_number": "+4722334455",
"is_active": true
},
"stats": {
"total_calls": 40,
"completed_calls": 36,
"total_minutes": 120,
"average_duration": 110,
"with_recording": 12
}
}
]
}