List campaign events
Returns paginated raw email events for a specific campaign. Defaults to delivery events.
Path parameters
Campaign ID
Query parameters
Single event type to include. Defaults to delivery when no event type filter is provided.
Comma-separated event types to include. Supported values are send, delivery, bounce, complaint, open, click, unsubscribe, delivery_delay, and transport_failure.
Sliding time window. Ignored when start and end are provided.
Start of custom time range (ISO 8601). Must be used with end.
End of custom time range (ISO 8601). Must be used with start. Max range: 90 days.
Page number
Events per page (max 500)
Include detected scanner, preview, and tracked asset open/click events when requesting engagement event types.
Response
Success
Example response
{
"pagination": {
"page": 1,
"limit": 20,
"total": 100,
"totalPages": 5
}
}Changes
Changed in 6 of the 123 revisions of this API.3110
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ▲
- ●
added the new
transport_failureenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
transport_failureto thequeryrequest parametereventTyperequest-parameter-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○