v2
latestOpenAPI 3.1.02026-07-273779120.8 KBCampaigns Calls
Campaign Calls
Get Call
Get a call by its ID in a campaign.
- campaign_id: The ID of the campaign configuration.
- call_id: The ID of the call to retrieve.
get/campaigns/v1/campaigns/{campaign_id}/calls/{call_id}
Path parameters
campaign_idstring required
Example:5eb7cf5a86d9755df3a6c593
Campaign configuration ID
call_idstring required
Example:5eb7cf5a86d9755df3a6c593
Call record ID
Response
Call record object
Example response
{
"message": "Call details fetched successfully.",
"data": {
"review": {
"by": "5eb7cf5a86d9755df3a6c593"
}
}
}