Parallel dialer analytics report
GET /voice/dialer/stats
Return aggregated dialer metrics for the caller’s org.
Org scoping is enforced server-side: the voice service accepts a
user_email filter but the org is always pinned to the API key.
Authorizations
Parameters
Query Parameters
“DAILY” for per-day rows, “TOTAL” for one summary row.
“DAILY” for per-day rows, “TOTAL” for one summary row.
Header Parameters
Responses
200
Successful Response
object
Top-level wrapper for dialer analytics.
Field names follow the voice ParallelDialerReport shape so the
structured response is meaningful both to a Developer API caller and
to an MCP agent rendering it inline.
object
Echo of the filters the voice service ran the report with.
Useful for clients that need to confirm which slice they got back,
especially when the request omits date_from / date_to and the
server applies defaults.
One aggregated row in the analytics report.
Schema mirrors ParallelDialerMetrics. The disposition breakdown
is a passthrough dict so that voice-side disposition additions do
not require a coordinated DTO bump here.
object
One aggregated row in the analytics report.
Schema mirrors ParallelDialerMetrics. The disposition breakdown
is a passthrough dict so that voice-side disposition additions do
not require a coordinated DTO bump here.
object
422
Validation Error