occurred_at
. If filter for leg_id
or application_session_id
is not present, it only filters events from the last 24 hours.filter[occurred_at]
can be passed.curl --location --request GET '/call_events'
{
"data": [
{
"call_leg_id": "308fe500-5213-11e9-ace7-02420a0f0668",
"call_session_id": "308fec30-5213-11e9-9d3f-02420a0f0668",
"event_timestamp": "2019-03-29T11:10:19.127783Z",
"metadata": {},
"name": "call.hangup",
"record_type": "call_event",
"type": "webhook"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}
Authorization: Bearer ********************