Email Campaigns
List Campaigns
Retrieve all email campaigns for a project, newest first
GET
Headers
string
required
Bearer YOUR_API_KEYstring
Your project UUID. Not required if the API key already encodes the project.
Response
Returns an array of campaign objects ordered bycreated_at descending.
string
Unique campaign identifier (UUID)
string
Project this campaign belongs to
string
Display name of the campaign
string
Email subject line
string
Original HTML body content
string
Processed HTML with tracking injected
string
One of:
sending · scheduled · sent · partially_sent · failednumber
Number of addresses targeted
number
Emails successfully sent
object
Snapshot of the recipient sources used when the campaign was sent
string
ISO 8601 scheduled send time, or
nullstring
ISO 8601 actual send time, or
nullstring
ISO 8601 creation timestamp