Campaigns
Export campaign results grouped by audience member
Returns one row per contact in the campaign audience with the outcome of every call attempt for that contact (status, disposition, duration, cost, call ID). Use this to reconcile a campaign run against a CRM, or to identify contacts that never connected. The response streams as CSV.
get/campaign/{id}/export/by-audience-member
Path parameters
idstring required
The campaign ID.
Query parameters
format'json' | 'csv'
Output format. Defaults to json.
Response
The grouped export. The default json returns the structured object below; format=csv streams text/csv with one row per audience-member contact. The CSV column set matches your dashboard's campaign export for this campaign.