v1

latestOpenAPI 3.0.12026-07-26331033.7 KB
Submissions

Check Export Status

Check the status of an asynchronous export job. Requires forms-read.

get/open/forms/{id}/submissions/export/{job_id}/status

Path parameters

idnumber required
job_idstring required

Export job identifier

Response

Export job status

status'processing' | 'completed' | 'failed'

Current status of the export job

progressnumber

Completion percentage (0-100)

form_idnumber

ID of the form being exported

user_idnumber

ID of the user who initiated the export

job_idstring

Export job identifier

processed_submissionsnumber nullable

Number of submissions processed so far

total_submissionsnumber nullable

Total number of submissions to process

file_urlstring uri nullable

Download URL for completed exports

expires_atstring date-time nullable

File expiration timestamp (workspace policy, 24 hours by default)

error_messagestring nullable

Error description for failed exports

created_atstring date-time

Job creation timestamp

updated_atstring date-time

Last update timestamp