Download a deliverable
GET/1.0/tasking/deliverables/:id/
Download a deliverable .zip file by calling this endpoint with the deliverable's id.
Due to the large size of these deliverables, the .zip file will download via a stream to the client. When reading the response, the following headers can be expected:
Content-Disposition: Indicates that the content is an attachment and provides a file name.Content-Length: The size of the file being downloaded.
The file name provided includes the id of the deliverable, and can be used when saving the completed file if desired.
Please note that this endpoint is not callable from the sidebar on the right, as this page does not support streaming downloads. Instead, you can test it via curl (or your favourite scripting language) by ensuring you include the specified header parameters in your request.
For additional details on how to use this endpoint, please see: Download an image for more information.
Request
Responses
- 200
- 401
- 403
- 404
Successful retrieval of the deliverable .zip file stream.
Returned if the request is unauthorized. Please ensure you are providing a valid bearer token in the Authorization header with the request.
Returned if the request is not permitted. Please ensure your account belongs to a valid organization and has been approved by Wyvern.
Deliverable was not found in your organization.