Get a campaign
Campaigns
Get a campaign
Retrieve a single campaign by ID.
GET
Get a campaign
Documentation Index
Fetch the complete documentation index at: https://loops.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path parameters
The ID of the campaign.
Response
Success
The campaign ID.
The campaign name.
The campaign status.
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 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 May 20, 2026

