Skip to main content

The status of a zip archive being downloaded.

total_file_count
integer

The total number of files in the archive.

Required range: 0 <= x <= 10000
Example:

20

downloaded_file_count
integer

The number of files that have already been downloaded.

Required range: x >= 0
Example:

10

skipped_file_count
integer

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.

Required range: x >= 0
Example:

5

skipped_folder_count
integer

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.

Required range: x >= 0
Example:

5

state
enum<string>
default:in_progress

The state of the archive being downloaded.

Available options:
in_progress,
failed,
succeeded
Example:

"succeeded"