Email Sends
List Sent Emails
Search and filter the recent sent-email delivery history by subject, recipient, status, type, and source.
GET
List Sent Emails
List Sent Emails
Returns the same 14-day delivery history used by the dashboard. Test sends and CC/BCC bookkeeping rows are hidden; bounced or complained copied recipients remain visible because they carry sender-health feedback.search (or q) searches both subject/title and recipient email. Use
subject (title is an alias) or recipient when you need one field. The
opened status includes clicked deliveries, matching the dashboard.
Query Parameters
string
Case-insensitive subject or recipient search.
string
Case-insensitive subject/title filter.
title is accepted as an alias.string
Case-insensitive recipient email filter.
string
One of
pending, sent, delivered, opened, clicked, bounced,
complained, failed, or suppressed.string
One of
campaign, transactional, or sequence.string
Permanent or Transient. This also restricts status to bounced.string
Filter by campaign ID.
string
Filter by saved transactional email ID.
string
Filter by sequence/automation ID.
number
default:"14"
History window from 1 to 14 days.
number
default:"1"
Page number, starting at 1.
number
default:"20"
Results per page, from 1 to 100.
string
default:"createdAt"
recipientEmail, subject, status, eventAt, sentAt, or createdAt.string
default:"desc"
asc or desc.Example
200
GET /api/v1/email-sends/{emailSendId} for the stored snapshot and complete
event timeline. A single delivery is opened or not opened—it does not have an
open rate. Use transactional email metrics for aggregate rates.List Sent Emails