checkExportDocumentStatus
Enterprise
description
Check the status of the export document task. It returns the status of the task and the download URL to the file when the task is done. The URL is valid for 1 hour.
checkExportDocumentStatus(
taskId: ID!
): DocumentExportResult
Arguments
checkExportDocumentStatus.taskId ● ID! non-null scalar graph-ql-types
Task ID of the export document task which can be used to check the status of the task.
Type
DocumentExportResult object graph-ql-types
Loading...