Skip to main content
GET
/
analytics
/
tenants
/
{tenant_id}
/
calls
/
by-region
Calls By Region
curl --request GET \
  --url https://api.example.com/analytics/tenants/{tenant_id}/calls/by-region \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_id
string<uuid>
required

Query Parameters

start_date
string<date-time> | null

ISO start date (defaults to 30 days ago)

end_date
string<date-time> | null

ISO end date (defaults to now)

direction
string | null

Filter by call direction

Pattern: ^(inbound|outbound)$

Response

Successful Response