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.
Documentation Index
Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for creating a questionnaire export.
Unique identifier for the questionnaire to trigger an export for.
"65a5d6e2f1a2b3c4d5e6f7a8"
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.original, csv "original"
Export created
Response returned when a questionnaire export is created.
Use the id to poll the GET endpoint for export status and download URL.
Unique identifier for the export job. Use this ID to check export status.
"507f1f77bcf86cd799439011"
Processing status of the export. Newly created exports always start as "pending".
pending, completed, failed "pending"
The requested output format for the export.
original, csv "original"
ISO 8601 timestamp indicating when the export was requested.
"2025-01-08T12:00:00.000Z"