Transactional
List Transactional Emails
Search, filter, and sort transactional templates with their email subjects and delivery metrics.
GET
List Transactional Emails
List transactional email templates with the linked email subject, Style >
Format, and all-time delivery metrics. Open and click metrics exclude detected
machine engagement by default.
Each template includes
Query Parameters
string[]
Match any company label name. Repeat
label for multiple names, for example
?label=Billing&label=Receipts. Commas are literal parts of a name, unlike
campaign list comma shorthand. Combines with search and status. Unknown names
match no templates. Omit to include all labels. Blank or overlong names return
400; invalid query types return 422.string
Case-insensitive search across template name, API slug, and email
subject/title.
string
default:"all"
all, active, or disabled.string
default:"date"
date, sends, opens, open-rate, clicks, or ctr.string
default:"desc"
asc or desc.boolean
default:"false"
Include detected bots, scanners, previews, and privacy proxies in open and
click metrics.
Responses
emailPreset is each template’s Style > Format: branded (company logo and
full footer), minimal (no logo, simple footer), or null when the entire
email is a single raw HTML block. Use it to check chrome consistency across
templates without fetching each one.labels, an array of assigned company label names, or [] when unlabelled.
Insufficient API-key permissions return 403. Label support uses the existing transactional read permission; no additional label scope is required.