Customer Trust
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.
post/customer-trust/questionnaires/exports
Request body
Example request
{
"questionnaireId": "65a5d6e2f1a2b3c4d5e6f7a8",
"format": "original"
}Response
Export created
Example response
{
"id": "507f1f77bcf86cd799439011",
"status": "pending",
"format": "original",
"requestedAt": "2025-01-08T12:00:00.000Z"
}