Skip to content
Get started

Export campaign rows

GET/campaigns/{id}/export

Export all rows of a campaign as a CSV file for offline analysis or reporting.

Path ParametersExpand Collapse
id: string
ReturnsExpand Collapse
csv: string
filename: string

Export campaign rows

curl https://www.getrevox.com/api/campaigns/$ID/export \
    -H "Authorization: Bearer $REVOX_API_KEY"
{
  "csv": "csv",
  "filename": "filename"
}
Returns Examples
{
  "csv": "csv",
  "filename": "filename"
}