Analytics
Get project conversation analytics
Retrieve voice conversation analytics for a project
GET
Returns project-level voice conversation analytics: totals, average duration, and daily conversation/duration maps.
Non-voice projects may return empty metrics.
Authentication
Project API key for this organization and project. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Project 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 or project id.
Missing, invalid, or revoked API key.
API key is not authorized for this organization or project.
Project not found.

