Get an email message
Email messages
Get an email message
Retrieve an email message by ID, including its compiled LMX content, subject, from address, and current draft or published revision in Loops.
GET
Get an email message
Request
Path parameters
The ID of the email message.
Response
Success
The email message ID.
The ID of the campaign that owns this email message. Present only when the
message belongs to a campaign (mutually exclusive with
transactionalId).The ID of the transactional email that owns this email message. Present only
when the message belongs to a transactional email (mutually exclusive with
campaignId).Email subject line.
Email preview text.
Sender display name.
Sender email address.
Reply-to email address.
CC email address. Only present when set.
BCC email address. Only present when set.
Language code for the email. Only present when set.
The rendering format of the email. One of
styled or plain.The current content revision ID. Pass this as
expectedRevisionId when
updating the message.ISO 8601 timestamp for when the message was last updated.
Fallback values for contact properties. Only present when set.
Fallback values for event properties. Only present when set.
Fallback values for data variables. Only present when set.
Error
A400 Bad Request is returned for invalid emailMessageId, or if no sending
domain is configured.
A 404 Not Found is returned if the email message does not exist.
A 409 Conflict is returned when the email message uses MJML format or content cannot be parsed.
If the API key is invalid (or content API is not enabled for your team), a
401 Unauthorized is returned.
An error message describing what went wrong.
Last modified on June 30, 2026

