Export submissions as CSV. Requires forms-read
.
Download a CSV file containing submissions for the specified form.
Requires 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. |
Example payload exporting two fields and the created_at timestamp:
200 OK
– Returns a CSV file download. The response’s Content-Type
will be text/csv
and include the Content-Disposition
header.
403 Forbidden
– The token lacks forms-read
or you don’t have access.
Personal Access Token
CSV File