cURL
curl --request GET \ --url https://my.cald.ai/client/api/v1/campaigns/{campaignId} \ --header 'Authorization: <api-key>'
{ "campaignId": "<string>", "name": "<string>", "listId": "<string>", "agentId": "<string>", "status": "<string>", "stats": { "totalCalls": 123, "completedCalls": 123, "failedCalls": 123, "pendingCalls": 123, "pickedUpCalls": 123, "ivrCalls": 123, "voicemailCalls": 123, "unansweredCalls": 123, "disconnectedCalls": 123 } }
Get information about a specific campaign
Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0
caldLiveDe39a3accb206dd615f30d118e519df0
The campaign ID of the campaign
Campaign information
The response is of type object.
object