action telnyx_list_call_events { label: "List call events" 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.\n\n**Note**: Only one `filter[event_timestamp]` can be passed.\n" provider: telnyx method: GET path: "/call_events" encoding: json output: { type: "object" additionalProperties: true } }