Analytics
Full dashboard data
Batched endpoint that fetches all dashboard panels in a single request by running six sub-queries in parallel. Equivalent to calling summary, call-volume-timeseries, call-outcomes-timeseries, pickup-rate-by-number, hourly-performance, and duration-stats individually. Each field may be absent if that sub-query failed; partial data is still returned.
get/analytics/dashboard
Query parameters
agentIdstring
Comma-separated agent IDs to filter results
campaignIdstring
Campaign ID to filter results
callTypestring
Type of call to filter (e.g. inbound, outbound)
dateFromstring date-time
Start of date range (ISO 8601)
dateTostring date-time
End of date range (ISO 8601)
Response
All dashboard panel data
Example response
{
"success": true
}