Skip to main content
GET
/
phone-calls
/
stats
/
requests
Retrieves statistics about the most common client requests within a specified date range.
curl --request GET \
  --url https://api.example.com/phone-calls/stats/requests
[
  {
    "content": "<string>",
    "count": 123
  }
]

Query Parameters

after
string<date-time>

The start date for the statistics period.

before
string<date-time>

The end date for the statistics period.

Response

Successfully retrieved request statistics.

content
string | null
count
integer<int32>