Skip to main content
Version: Latest

DocumentExportResult

type DocumentExportResult {
status: DocumentExportStatus!
fileURL: URL
}

Fields

DocumentExportResult.status ● DocumentExportStatus! non-null enum

The status of the export task. @exposed

DocumentExportResult.fileURL ● URL scalar

The url to download the exported document. This field is only available when the status is AVAILABLE. The URL is valid for 1 hour. @exposed

Returned by

checkExportDocumentStatus query