v1

latestOpenAPI 3.1.02026-07-24300110.4 KB

GET Questionnaire Export

Poll export status and get download URL. POST to create an export, then poll GET until status is "completed" and download_url is present.

get/v2/questionnaires/{id}/exports/{export_id}

Path parameters

idstring uuid required

UUID of the questionnaire.

export_idstring uuid required

UUID of the export.

Response

Questionnaire export status and download URL.

idstring uuid required

UUID of the export.

questionnaire_idstring uuid required

UUID of the questionnaire.

status'pending' | 'completed' required

Export status. CSV exports return completed immediately.

export_type'csv' | 'original' | 'summary' required

Type of export.

download_urlstring nullable

Signed download URL with 7-day expiry. Null when pending.

created_atstring date-time required

ISO 8601 datetime when the export was created.

completed_atstring date-time nullable

ISO 8601 datetime when the export finished. Null when pending.