Get a campaign
Campaigns
Get a campaign
Retrieve a single Loops campaign by ID, including its status, schedule, audience targeting, group, and associated email message details.
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.
The ID of the campaign group this campaign belongs to.
The ID of the mailing list this campaign sends to, if set.
The ID of the audience segment this campaign targets, if set.
The inline audience filter, if set.
When the campaign is scheduled to send.
Error
A400 Bad Request is returned if campaignId 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 30, 2026

