v1
latestOpenAPI 3.0.12026-07-26331033.7 KBSubmissions
Export Submissions (CSV)
Export submissions as CSV. Large exports are processed asynchronously. Requires forms-read.
post/open/forms/{id}/submissions/export
Path parameters
idnumber required
Request body
Response
Synchronous export (CSV file) or asynchronous export (job status)
Example response
{
"message": "Export started. Large export will be processed in the background.",
"job_id": "export_abc123def456",
"is_async": true
}