Analytics
List Sequence Events
Retrieve paginated raw email events for all email steps in a sequence.
GET
List Sequence Events
Returns a paginated raw event stream for every email step in a sequence. The endpoint defaults to
delivery events and resolves the sequence to its email and A/B test nodes before querying event storage. Use eventTypes to include opens, clicks, bounces, complaints, unsubscribes, sends, and delivery delays.
Path Parameters
The ID of the sequence.
Query Parameters
Comma-separated event types. Supported values:
send, delivery, bounce,
complaint, open, click, unsubscribe, delivery_delay.Single event type convenience alias. If both
eventType and eventTypes are
provided, both are included.Sliding time window. One of:
1h, 24h, 7d, 30d, 90d. 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 for pagination.
Events per page (max 500).
Set to
true to include detected scanner, preview, and tracked asset
open/click events when requesting engagement event types.Common Queries
List delivered recipients for a sequence
Include opens and clicks for sequence email steps
Responses
List Sequence Events