GET call_events
Operation ID: listCallEvents
Auth: unknown
Description
Filters call events by given filter parameters. Events are ordered by `event_timestamp`. If filter for `call_leg_id` or `call_session_id` is not present, it only filters events from the last 24 hours. **Note**: Only one `filter[event_timestamp]` can be passed.
Parameters (11)
(string, query, optional)
The unique identifier of an individual call leg.
(string, query, optional)
The unique identifier of the call control session. A session may include multiple call leg events.
(string, query, optional)
Event timestamp: equal
(string, query, optional)
Event timestamp: greater than
(string, query, optional)
Event timestamp: greater than or equal
(string, query, optional)
Event timestamp: lower than
(string, query, optional)
Event timestamp: lower than or equal
(string, query, optional)
Event status
Constraints: {'enum': ['delivered', 'failed']}
(string, query, optional)
Event type
Constraints: {'enum': ['command', 'webhook']}
(integer, query, optional, default: 1)
The page number to load.
Constraints: {'minimum': 1}
(integer, query, optional, default: 20)
The size of the page.
Constraints: {'minimum': 1, 'maximum': 250}
No probe data for this endpoint yet.