Operations
List events
Returns all events across your account, sorted with the most recent first.
GET
Returns a list of all events across your account. Events are sorted by timestamp, with the most recent appearing first.
Results include envelope, recipient, deliverable, and sender events.
Query parameters
Filter by event type. For example, envelope.completed or recipient.hard_bounced.
For the full list of event types, see:
The maximum number of objects to return. Minimum is 1, maximum is 20. Defaults to 20.
Returns
Returns a 200 OK status with a paginated list of event objects on success, or an error otherwise.