GET call_events

telnyx.com

Summary: List 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)

filter[call_leg_id] (string, query, optional)

The unique identifier of an individual call leg.

filter[call_session_id] (string, query, optional)

The unique identifier of the call control session. A session may include multiple call leg events.

filter[event_timestamp][eq] (string, query, optional)

Event timestamp: equal

filter[event_timestamp][gt] (string, query, optional)

Event timestamp: greater than

filter[event_timestamp][gte] (string, query, optional)

Event timestamp: greater than or equal

filter[event_timestamp][lt] (string, query, optional)

Event timestamp: lower than

filter[event_timestamp][lte] (string, query, optional)

Event timestamp: lower than or equal

filter[status] (string, query, optional)

Event status

Constraints: {'enum': ['delivered', 'failed']}

filter[type] (string, query, optional)

Event type

Constraints: {'enum': ['command', 'webhook']}

page[number] (integer, query, optional, default: 1)

The page number to load.

Constraints: {'minimum': 1}

page[size] (integer, query, optional, default: 20)

The size of the page.

Constraints: {'minimum': 1, 'maximum': 250}

No probe data for this endpoint yet.