v1

latestOpenAPI 3.0.32026-07-26737274.2 KB
Sequence Emails

Get a sequence email

Fetches a single sequence email by id. Unlike List sequence emails, this endpoint always returns the full content — no include_content flag needed.

Use this when you have an email's id and need the current body, timing, or publish state — for example, to render a preview before pushing an update via Update a sequence email.

For the field semantics, see Create a sequence email.

get/v4/sequences/{sequence_id}/emails/{id}

Path parameters

idinteger required
sequence_idinteger required

Query parameters

includestring

Comma-separated list of additional data to include on each email. Valid options: stats. stats adds a stats object with per-email deliverability counts and rates (opens, clicks, bounces, complaints, unsubscribes), matching the numbers shown on the sequence report.

Response

Returns the sequence email details