v2
latestOpenAPI 3.1.02026-07-273779120.8 KBCampaigns Calls
Campaign Calls
Get Call Count
Get the count of calls in a campaign, broken down by status.
- start / end: Optional ISO 8601 date range to filter calls by creation date.
- search: Optional search term to narrow the count.
get/campaigns/v1/campaigns/{campaign_id}/calls/count
Path parameters
campaign_idstring required
Example:5eb7cf5a86d9755df3a6c593
Campaign configuration ID
Query parameters
searchstring nullable
Search keywords
Search keywords
sizeinteger
Number of items per page
Number of items per page
pageinteger
Page number
Page number
startstring date-time nullable
Filter by start time (ISO 8601 format)
Filter by start time (ISO 8601 format)
endstring date-time nullable
Filter by end time (ISO 8601 format)
Filter by end time (ISO 8601 format)
Response
Call counts broken down by status
Example response
{
"message": "Calls count fetched successfully."
}