## Export Rows **get** `/campaigns/{id}/export` Export all rows of a campaign as a CSV file for offline analysis or reporting. ### Path Parameters - `id: string` ### Returns - `csv: string` - `filename: string` ### Example ```http curl https://www.getrevox.com/api/campaigns/$ID/export \ -H "Authorization: Bearer $REVOX_API_KEY" ```