Skip to main content
Version: Beta

checkExportDocumentStatus

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

Task ID of the export document task which can be used to check the status of the task.

Type

DocumentExportResult object

Loading...