The status of a zip archive being downloaded.
100The number of files that have already been downloaded.
50The 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.
50The 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.
succeeded"in_progress"The state of the archive being downloaded.
Value is one of in_progress,failed,succeeded
20010000The total number of files in the archive.
{
"downloaded_file_count": 10,
"skipped_file_count": 5,
"skipped_folder_count": 5,
"state": "succeeded",
"total_file_count": 20
}