GET URL: /api/v1/analytics/overview
Headers
| Header | Value |
|---|---|
| Authorization | Bearer |
Response
Total number of conversations started in the last 30 days.
Average time in seconds from conversation creation to the first agent reply.
Percentage of conversations from the last 30 days that were resolved (0–100).
Number of agents currently with a status of
live or away.Breakdown of conversation volume by channel as a percentage. Keys are channel type strings (e.g.,
"whatsapp", "widget"), values are floats summing to 100.The top 5 agents ranked by number of resolved conversations in the last 30 days.
Number of conversations currently in
open status right now (not limited to the 30-day window).Average time in seconds from conversation creation to resolution. Computed as an average over the 30-day window as a proxy for median (for performance at scale).
CSAT score. Currently returns a fixed value of
98 while full CSAT tracking is in development.Example
Response example
Errors
| Status | Meaning |
|---|---|
| 401 | Unauthorized — missing or invalid token |