Get call volume over time
Returns a time series of call counts. Granularity is auto-selected: daily for ranges up to 30 days, weekly for longer ranges. When 'from' and/or 'to' are omitted, no date filtering is applied — all data is returned.
/v1/projects/{projectId}/dashboard/call-volumeReturns a time series of call counts. Granularity is auto-selected: daily for ranges up to 30 days, weekly for longer ranges. When 'from' and/or 'to' are omitted, no date filtering is applied — all data is returned.
Authorization
ApiKeyAuth Organization API key. Format: X-API-Key: at_live_...
In: header
Path Parameters
uuidQuery Parameters
date-timedate-timeResponse Body
*/*
*/*
curl -X GET "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/dashboard/call-volume"{ "data": [ { "date": "2019-08-24", "count": 0 } ], "granularity": "string"}Get pending action items GET
Returns action items extracted from calls, sorted by overdue status then by date. When 'from' and/or 'to' are omitted, no date filtering is applied — all data is returned.
Get top categories distribution GET
Returns top categories by call count (default 7) with an 'Other' bucket for the rest. When 'from' and/or 'to' are omitted, no date filtering is applied — all data is returned.