Analytics Overview
GET /v1/analytics/overviewParameters
Parameter
Type
Default
Description
Response
{
"period": {
"from": "2026-01-01T00:00:00.000Z",
"to": "2026-03-12T00:00:00.000Z"
},
"emails": {
"total_processed": 1240,
"drafts_created": 980,
"sent": 720
},
"chats": {
"total": 340,
"by_platform": {
"webchat": 280,
"whatsapp": 40,
"messenger": 15,
"instagram": 5
}
},
"voice": {
"total": 85,
"total_duration_seconds": 24720
},
"leads": {
"total": 62,
"by_source": {
"chat": 48,
"voice": 14
}
},
"agent_actions": {
"total": 520,
"by_status": {
"auto_executed": 310,
"manually_approved": 100,
"pending_approval": 45,
"rejected": 30,
"failed": 20,
"cancelled": 15
}
}
}Response Fields
emails
emailsField
Type
Description
chats
chatsField
Type
Description
voice
voiceField
Type
Description
leads
leadsField
Type
Description
agent_actions
agent_actionsField
Type
Description
Example
Last updated