Calls By Region
Worldwide 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:
{
"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.
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
ISO start date (defaults to 30 days ago)
ISO end date (defaults to now)
Filter by call direction
^(inbound|outbound)$Response
Successful Response