v1
latestOpenAPI 3.1.02026-07-24111290748.0 KBVoice Call Events
List voice call events
List voice call events matching the given parameters, paginated, and ordered.
get/api/phone/voice-call-events
Query parameters
cursorstring
Example:cHJldl9fNl9fMjAyMS0wMy0wMyAwNjowMDowMA==
Value indicating your position in the list of all items. If omitted, the first items of the list will be returned.
limitinteger
Maximum number of items to return.
call_idinteger
Response
List of voice call events to the given criteria.
Example response
[
{
"id": 123,
"type": "completed-phone-call",
"account_id": 234,
"call_id": 345,
"user_id": 456,
"customer_id": 567,
"created_datetime": "2023-08-31T00:00:00.000000+00:00"
}
]