v1
latestOpenAPI 3.0.32026-07-264955102.7 KBAnalytics
Outbound metrics
Returns outbound call metrics: dial funnel (dials → connected → conversations → conversions), time series, heatmap, leaderboard, and time spent metrics.
post/v2/api/analytics/outbound
Request body
Example request
{
"date": {
"from": "2026-03-25",
"to": "2026-04-21"
},
"compare_date": {
"from": "2026-03-25",
"to": "2026-04-21"
}
}Response
Outbound analytics
Example response
{
"data": {
"date": {
"from": "2026-03-25",
"to": "2026-04-21"
},
"compare_date": {
"from": "2026-03-25",
"to": "2026-04-21"
},
"leaderboard": [
{
"user": {
"id": "usr-abc123",
"name": "John",
"email": "john@acme.com"
}
}
],
"items": {
"data": [
{
"id": "cll-abc123",
"user": {
"id": "usr-abc123",
"name": "John",
"email": "john@acme.com"
},
"allo_number": "+14155550100",
"allo_number_label": "Sales US",
"contact_number": "+14155551234"
}
]
}
}
}