GET /api/campaigns/{id}
Returns the full details of a single campaign, enriched with the linked template name, channel types, and recipient count.
Headers
Your CometChat App ID.
Your CometChat API Key.
Path parameters
The campaign ID.
Example request
Example response
Response fields
Unique campaign identifier.
Campaign display name.
Enriched template display name.
Array of channel types from the linked template.
Campaign status:
draft, scheduled, sending, sent, or failed.Total number of recipients.
ISO 8601 scheduled send time, or
null.