/zip_downloads/{zip_download_id}/statusGet zip download status
Returns the download status of a zip archive, allowing an application to
inspect the progress of the download as well as the number of items that
might have been skipped.
This endpoint can only be accessed once the download has started. Subsequently this endpoint is valid for 12 hours from the start of the download.
The URL of this endpoint should not be considered as fixed. Instead, use
the Create zip download API to request to create a
zip archive, and then follow the status_url field in the response to
this endpoint.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
A 401 is returned: Returned when the access token provided in the Authorization header
is not recognized or not provided. A 403 is returned: Returned when an authorization header is provided but the user does not
have access to the items. A 404 is returned: Returns an error if the ID of this download request is not valid, or if
the status of a download is requested before the download has been
started. Any other status is an error: An unexpected client error.