Skip to main content
GET
/
phone-calls
/
stats
/
questions
Retrieves statistics about the most frequently asked questions within a specified date range.
curl --request GET \
  --url https://api.example.com/phone-calls/stats/questions
[
  {
    "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 question statistics.

content
string | null
count
integer<int32>