Export campaign data
Campaigns
Export Campaign Data
Export campaign data as an Excel (.xlsx) file with optional filters.
GET
Export campaign data
Use this endpoint to export campaign data as an Excel file (.xlsx) with optional filters.
Endpoint
GET/export-campaign-data
Authentication: Required (workspace auth)
Query Parameters
Campaign Status Values
Response
Returns an Excel file (.xlsx) with the following columns:
Notes
- The response is a binary Excel file stream, not JSON.
- Set your HTTP client to handle binary/file responses.
- If no
campaign_statusis provided, all statuses exceptdeletedare included. - Date filter applies to
CREATED_DATEof the campaign.
Example cURL
Headers
API token for authentication
Query Parameters
Filter by agent ID
Partial name search (LIKE)
Filter by status. Valid values: draft, inprogress, hold, pause, force_completed. Defaults to all.
Available options:
draft, inprogress, hold, pause, force_completed Date range filter
Response
Excel file download
The response is of type file.

