Export submissions as CSV. Large exports are processed asynchronously. Requires forms-read.
forms-read ability.
| Parameter | Type | Description |
|---|---|---|
| id | number | Numeric ID of the form. |
| Field | Type | Required | Description |
|---|---|---|---|
| columns | object | Yes | Keys are field IDs (or created_at); values are booleans indicating whether to include the column in the export. |
200 OK – Returns a CSV file download immediately. The response’s Content-Type will be text/csv and include the Content-Disposition header.
200 OK – Returns a job status object for background processing:
job_id to check export progress using the Export Status
endpoint.403 Forbidden – The token lacks forms-read or you don’t have access.Personal Access Token
Object mapping field IDs to booleans to include columns in CSV.
Synchronous export (CSV file) or asynchronous export (job status)
CSV file download for small forms