Get AI-synthesized cross-call insights
Returns cached, ranked insights synthesized across the period's calls. Regenerates lazily when new summarized calls appear. Requires at least 3 summarized calls in the period; returns an empty list below the threshold. When 'from' and 'to' are omitted, the current day is used.
/v1/projects/{projectId}/dashboard/insightsReturns cached, ranked insights synthesized across the period's calls. Regenerates lazily when new summarized calls appear. Requires at least 3 summarized calls in the period; returns an empty list below the threshold. When 'from' and 'to' are omitted, the current day is used.
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/insights"{ "insights": [ "string" ], "generatedAt": "2019-08-24T14:15:22Z", "callsCovered": 0}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.
Get aggregated dashboard metrics GET
Returns KPI snapshot including call count, avg duration, sentiment, and action items. When 'from' and/or 'to' are omitted, no date filtering is applied — all data is returned.