Get a campaign
Campaigns
Get a campaign
Retrieve a single campaign by ID.
GET
Get a campaign
Request
Path parameters
The ID of the campaign.
Response
Success
The campaign ID.
The campaign name.
The campaign status. One of
Draft, Scheduled, Sending, Sent.ISO 8601 timestamp for when the campaign was created.
ISO 8601 timestamp for when the campaign was last updated.
The associated email message ID.
Error
A400 Bad Request is returned if id is invalid.
A 404 Not Found is returned if the campaign 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 12, 2026

