Export a submission as CSV
Forms API
Export a submission as CSV
Exports a single submission as a CSV attachment (filename form_data.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.
GET
Export a submission as CSV
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.