Export a submission as CSV
Exports a single submission as a CSV attachment. The Content-Disposition filename is derived from the form’s title plus the submission date in Pacific time, e.g. New-Patient-Intake-2026-08-27.csv. Uses the same column layout as the full export (a “Created At” column followed by one column per form field), with a single data row.
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
UUID of the submission to export
Response
CSV file with the single submission
The response is of type string.