get_event
Fetches one event by id with its full payload and a page of its delivery history (newest first; page with deliveries_cursor). Use it after search_events or get_user_timeline when the payload or every delivery attempt is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The event id (evt_…). | |
| org | No | Organization slug; omit for the default organization. See list_organizations. | |
| deliveries_limit | No | ||
| deliveries_cursor | No | deliveries_next_cursor from the previous page of this event's deliveries. |