Analytics
Get project analytics
Retrieve chat insight analytics for a project
GET
Returns project-level chat analytics: ticket, lead, and message totals, plus time-series engagement series.
Authentication
string
required
Project API key for this organization and project. Format:
bot_live_…Path parameters
string
required
Organization ID. Must match the API key.
string
required
Project ID. Must match the API key.
Query parameters
datetime
Include data from this datetime (inclusive).
datetime
Include data until this datetime (inclusive).
string
Filter by channel type (for example
web, whatsapp, telegram).Response
integer
required
Ticket count in scope.
integer
required
Lead / new customer-profile identity count in scope.
integer
required
Message count in scope.
array
required
Time-bucketed message engagement series (
label, count).array
required
Time-bucketed lead / profile growth series (
label, count).array
Same growth series as
session_growth (alias for clients).string
required
Bucket size used for series:
daily, weekly, monthly, or yearly.Errors
Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.

