Create questionnaire export

Creates an asynchronous export job for a questionnaire. The export processes in the background and typically completes within a few minutes depending on questionnaire size.

Subscribe to the v1.questionnaire.export-completed and v1.questionnaire.export-failed webhook events to be notified when an export completes or fails. Use the returned id with the "getQuestionnaireExport" endpoint to retrieve the download URL once the export completes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Unique identifier for the questionnaire to trigger an export for.

string
enum
required

The output format for the exported questionnaire.

  • "original": Exports in the questionnaire's native format (XLSX for spreadsheets, DOCX for documents).
  • "csv": Exports as a CSV file, suitable for data analysis or import into other systems.
Allowed:
Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json