Get a transactional email
Transactional emails
Get a transactional email
Retrieve a single transactional email by ID, including its current draft and published email messages, group, and configuration in Loops.
GET
Get a transactional email
Request
Path parameters
The ID of the transactional email.
Response
Success
The transactional email ID.
The transactional email name.
The ID of the draft email message, if one exists.
The ID of the published email message, if one exists.
The ID of the group this transactional email belongs to.
ISO 8601 timestamp for when the transactional email was created.
ISO 8601 timestamp for when the transactional email was last updated.
Data variable names used by the published email. Empty for unpublished
transactional emails.
Error
A400 Bad Request is returned if id is invalid.
A 404 Not Found is returned if the transactional email does not exist.
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 22, 2026

