List events
Every timeline event in the project, newest first.
/v1/eventsAPI keyReturns timeline events across all of the project's emails, newest first, paginated. It is the same data webhooks deliver, so you can use it to catch up on events you missed or to poll instead of running a webhook endpoint.
Query parameters
1 to 100.
The nextCursor from the previous page.
Only this event type, for example email.bounced. The types are email.queued, email.scheduled, email.sent, email.retrying, email.delivered, email.deferred, email.bounced, email.complained, email.rejected, email.failed, email.test, email.canceled, email.opened and email.clicked.
Only events of this email.
Only events at or after this ISO 8601 date-time. Needs a time zone offset.
Response
Show event propertiesHide event properties
The event ID, evt_….
The email it belongs to.
The project.
The event type.
The address the event is about, or null for events about the whole email.
Details that depend on the type. See Retrieve an email.
When it happened.
Pass it as cursor for the next page. null on the last page.
Errors
| Status | Code | When |
|---|---|---|
| 400 | invalid_query | limit is out of range or since isn't a date-time with an offset. |