Retrieve Campaign
Fetches details for a single campaign.
Documentation Index
Fetch the complete documentation index at: https://docs.deliveryman.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: X-Api-Key <your_key>
Query Parameters
UID of campaign data to fetch.
Response
Success
Unique identifier of the campaign.
255Date when the campaign was created. ISO format date string in UTC timezone.
The ID of the workspace associated with the campaign.
Datetime when the campaign is scheduled to start. ISO format date string in UTC timezone.
Current status of the campaign.
creating- Creatingcreated- Createdscheduled- Scheduledrunning- Runningpaused- Pausedcomplete- Completecancelled- Cancelledfailed- Failed
creating, created, scheduled, running, paused, complete, cancelled, failed Number of bounced emails in the campaign.
0 <= x <= 2147483647Indicates whether the campaign is paused.
Datetime when the campaign was paused.
Indicates if schedules are being generated for the campaign.
Indicates if schedules are being deleted for the campaign.
Flag indicating if the campaign is archived.
Flag indicating if the campaign is bounce-blocked.
Datetime when the campaign started running. ISO format date string in UTC timezone.
Datetime when the campaign was completed. ISO format date string in UTC timezone.
Datetime when the campaign was cancelled. ISO format date string in UTC timezone.