Analytics
Get organization conversation analytics
Retrieve voice conversation analytics for an organization
GET
Returns organization-level voice conversation analytics: totals, average duration, and daily conversation/duration maps.
Authentication
Project API key for this organization. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Query parameters
JSON MongoDB-compatible filter object. Example:
{"status":"completed","start_time":{"$gte":"2026-07-01T00:00:00Z","$lte":"2026-07-22T23:59:59Z"}}.Accepted for compatibility. Aggregation returns summary series (not a paged conversation list).
Accepted for compatibility (
1–1000). Not applied to the summary aggregation.Accepted for compatibility. Not applied to the summary aggregation.
Response
Aggregate totals for the filtered conversations.
Map of date bucket key → conversation count.
Map of date bucket key → total duration seconds.
Errors
Invalid organization id.
Missing, invalid, or revoked API key.
API key is not authorized for this organization.

