List events for an email message
Lists events for a single message sorted oldest first by occurred_at asc, id asc.
The legacy /v2/emails/{id}/events GET route is a backward-compatible alias.
GET
List events for an email message
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Email message UUID.
Query Parameters
Number of results to return. Defaults to 25; maximum is 100. Invalid values are clamped to the valid range.
Required range:
1 <= x <= 100Opaque URL-safe Base64 cursor returned by a previous list response.
List events for an email message