Skip to main content
API version 2024.0 The status of a zip archive being downloaded.
downloaded_file_count
integer
example: 10The number of files that have already been downloaded.
skipped_file_count
integer
example: 5The 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.
skipped_folder_count
integer
example: 5The 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.
state
string
example: succeededThe state of the archive being downloaded.Value is one of in_progress,failed,succeeded
total_file_count
integer
example: 20The 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
}