Zip download status

The status of a zip archive being downloaded.

100

The number of files that have already been downloaded.

50

The number of files that have been skipped as they could not be downloaded. In many cases this is due to permission issues that have surfaced between the creation of the request for the archive and the archive being downloaded.

50

The number of folders that have been skipped as they could not be downloaded. In many cases this is due to permission issues that have surfaced between the creation of the request for the archive and the archive being downloaded.

string
succeeded"in_progress"

The state of the archive being downloaded.

Value is one of in_progress,failed,succeeded

20010000

The total number of files in the archive.

Response Example

{
  "downloaded_file_count": 10,
  "skipped_file_count": 5,
  "skipped_folder_count": 5,
  "state": "succeeded",
  "total_file_count": 20
}