Campaigns
Get campaign
Retrieve a single campaign by ID
GET
Returns the full campaign object.
Authentication
string
required
Project API key for this organization and project. Format:
bot_live_…Path parameters
string
required
Organization ID. Must match the API key.
string
required
Project ID. Must match the API key.
string
required
Campaign ID.
Response
string
required
Campaign ID.
string
required
Campaign name.
string
required
One of
draft, running, paused, completed, cancelled.string
required
outbound or inbound.string
required
workflow, static, or whatsapp.string
Workflow ID when
campaign_type is workflow.array
Caller ID numbers for outbound campaigns.
array
Customer list IDs used for bulk dialing.
datetime
Creation timestamp.
datetime
Last update timestamp.
Errors
Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.
Not Found
Campaign not found.

