Campaigns
Get a Campaign
Get information about a specific campaign
GET
/
campaigns
/
{campaignId}
This endpoint returns general information about the campaign. To get more detailed information about a campaign (e.g. all call IDs), use the Get Campaign Details endpoint.
Authorizations
Authorization
string
headerrequiredYour API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0
Path Parameters
campaignId
string
requiredThe campaign ID of the campaign
Response
200 - application/json
campaignId
string
The campaign ID of the campaign
name
string
The name given to the campaign in the MyCald Dashboard
listId
string
The list ID of the list used for the campaign
agentId
string
The agent ID of the agent used for the campaign
status
string
The status of the campaign, can be pending
, active
, not_funded
, finished
, cancelled
stats
object