Skip to content

Export a form's submissions

GET
/api/v1/forms/{id}/submissions/export
curl --request GET \
--url https://api.deploybase.eu/api/v1/api/v1/forms/example/submissions/export \
--header 'Authorization: <Authorization>'

Streams a form’s submissions as CSV or JSON. CSV columns are the sorted union of submitted field names across the exported set. Spam is included when state=all; trash is never exported.

id
required
string

Form ID

format
string

Csv (default) or json

state
string

All (default), inbox or spam

Streamed export

file

Bad Request

object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string

Unauthorized

object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string

Forbidden

object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string

Not Found

object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string