Skip to main content
GET
Get Call Analytics
This endpoint provides detailed analytics and trends for the calls within your organization over a specified time period.

Query Parameters

  • period (string, optional, default: 7d): The time period for the analysis.
    • Allowed values: 1d, 7d, 30d, 90d.

Response

The response is a JSON object containing a comprehensive breakdown of call metrics.
Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

period
string
default:7d

Analysis period

Pattern: ^(1d|7d|30d|90d)$

Response

Successful Response

Response model for call analytics.

total_calls
integer
required
completed_calls
integer
required
failed_calls
integer
required
ongoing_calls
integer
required
total_duration
number
required
avg_duration
number
required
success_rate
number
required
daily_stats
Daily Stats · object
required
top_assistants
AssistantStat · object[]
required