cURL
curl --request GET \ --url https://api.embedreach.com/partner/voice/calls/aggregates
{ "success": true, "message": "<string>", "data": { "results": [ { "tenantExternalId": "<string>", "tenantName": "<string>", "totalCalls": 123, "transferredCount": 123, "totalDurationSecs": 123, "avgDurationSecs": 123, "totalCostCents": 123, "sentimentPositive": 123, "sentimentNegative": 123, "sentimentNeutral": 123 } ], "pagination": { "hasNextPage": true, "cursor": "<string>", "total": 123 } } }
Returns aggregated voice call statistics grouped by tenant for the partner platform. Supports optional date range (startDate, endDate).
Optional tenant ID to filter aggregates to a single tenant.
0 < x <= 100
Status 200 response
Show child attributes