v2

latestOpenAPI 3.1.02026-07-273779120.8 KB
Campaigns Calls
Campaign Calls

Download Calls

Download call records for a campaign as an exported file.

Use the request body to filter which calls to include:

  • start / end: Date range filter.
  • status: Filter by call status.
  • callIds: Download only the specified call record IDs.
  • search: Filter by search term.
post/campaigns/v1/campaigns/{config_id}/calls/download

Path parameters

config_idstring required
Example:5eb7cf5a86d9755df3a6c593

Request body

startstring
endstring
statusstring
callTypestring
teamIdstring
searchstring

Response

Call records matching the filter criteria

messagestring required

Result description

Example response

{
  "message": "Calls fetched successfully.",
  "data": {
    "calls": [
      {
        "review": {
          "by": "5eb7cf5a86d9755df3a6c593"
        }
      }
    ]
  }
}