analytics
Export Calls
Export call data for tenant.
GET
Export Calls
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Calls By RegionWorldwide call distribution — calls aggregated by caller country.
Powers the dashboard's "calls by region" map (choropleth keyed on ISO-2
country codes). Country is derived from the caller's E.164 number at
call-creation time via libphonenumber.
**Response shape:**
```json
{
"tenant_id": "...",
"period": {"start": "2026-03-18T00:00:00Z", "end": "2026-04-17T23:59:59Z"},
"regions": [
{"country_code": "US", "country_name": "United States",
"call_count": 1423, "total_minutes": 8921.5,
"avg_duration_sec": 376, "inbound": 1200, "outbound": 223}
],
"total_calls": 1735,
"countries_count": 47,
"calls_without_country": 12
}
```
Sorted by `call_count` DESC. `country_code` uses ISO 3166-1 alpha-2.
Calls with no parseable phone number (web sessions, anonymous calls)
are reported as `calls_without_country`.
Next
Export Calls