Get zip download status

GET https://{{api.box.com}}/2.0/zip_downloads/:zip_download_id/status

Returns the download status of a zip archive, allowing an application to

https://developer.box.com/reference/get-zip-downloads-id-status

RESPONSES

status: OK

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