get https://www.virustotal.com/api/v3/intelligence/zip_files/
This endpoint returns information about a ZIP file.
{
"data": {
"type": "zip_file",
"id": "4939392292",
"attributes": {
"status": "creating",
"progress": 45,
"files_ok": 3,
"files_error": 0
}
}
}The status attribute contains one of the following statuses:
startingcreatingfinishedtimeouterror-startingerror-creating
When the status is finished you may proceed to download the file.