Skip to main content
GET
/
phone-calls
/
stats
/
overview
Retrieves statistical overview data for phone calls within a specified date range.
curl --request GET \
  --url https://api.example.com/phone-calls/stats/overview
{
  "successfullCallScore": 123,
  "interestingSolutions": [
    "<string>"
  ],
  "topQuestions": [
    "<string>"
  ]
}

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 phone call statistics overview.

successfullCallScore
number<double>
interestingSolutions
string[] | null
topQuestions
string[] | null