Skip to main content
GET
List Sequence Events
Returns a paginated raw event stream for every email step in a sequence, or for a single step via automationNodeId. 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. This is the per-recipient event stream. For per-step totals, read the steps array of Get Sequence Metrics or call List Per-Email Metrics instead of counting these pages.

Path Parameters

string
required
The ID of the sequence.

Query Parameters

string
Scope the stream to one email step of this sequence. Take the node ID from the steps array of the sequence metrics endpoint. A node that is not an email step of this sequence returns 400, so a mistyped ID never reads as “this step sent nothing”. Defaults to every email step, and automationNodeIds in the response echoes what was queried.
string
default:"delivery"
Comma-separated event types. Supported values: send, delivery, bounce, complaint, open, click, unsubscribe, delivery_delay, transport_failure.
string
Single event type convenience alias. If both eventType and eventTypes are provided, both are included.
string
Sliding time window. One of: 1h, 24h, 7d, 30d, 90d. Ignored when start and end are provided.
string
Start of custom time range (ISO 8601). Must be used with end.
string
End of custom time range (ISO 8601). Must be used with start. Max range: 90 days.
number
default:"1"
Page number for pagination.
number
default:"100"
Events per page (max 500).
boolean
default:"false"
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

List who received one specific step

Responses