dataRoomBulkDownload
Retrieves the status and details of a bulk download request by its unique ID. This is used to poll the progress of an asynchronous bulk download job.
Clients should use this query to poll the status after calling the initiateDataRoomBulkDownload mutation.
The bulkDownloadId argument is the bulkDownload.id returned by that mutation.
The downloadUrl field will be populated once the status transitions to DONE.
dataRoomBulkDownload(
bulkDownloadId: ID!
): DataRoomBulkDownload
Arguments
dataRoomBulkDownload.bulkDownloadId ● ID! non-null scalar
The unique identifier of the bulk download request.
Type
DataRoomBulkDownload object
Bulk download details.