Export submissions as CSV
Exports all submissions of a form as a CSV attachment. The Content-Disposition filename is derived from the form’s title plus the export date in Pacific time, e.g. New-Patient-Intake-submissions-2026-08-27.csv. The first column is “Created At”, followed by one column per form field, using the field labels from the form definition.
Authorizations
Paubox API key sent as Authorization: Bearer YOUR_API_KEY. API keys are created in the Paubox dashboard and must have the "forms" scope; a key without the forms scope receives 401 Unauthorized. A valid key used against a resource that belongs to a different customer receives 403 Forbidden.
Path Parameters
UUID of the form
Response
CSV file with all submissions
The response is of type string.