List message events
Retrieve events for a message with:Pagination
Email events use offset pagination:
The event response does not include a
has_more field. Advance offset by the number of events returned when you need the next page.
Event data
An event can include a unique event ID, event type, occurrence time, provider, and optional code or message.Events and message status
The email resource exposeslast_event as the latest known state. Use the event list when you need the history behind that state.
For example, a message may move from queued to processing, then submitted, and finally delivered.