Retrieve a download url
Exchange a storageUri for a short-lived presigned url you can download the object from.
Use it to collect anything the platform stored on your behalf — for example the archive a
framework export leaves behind, whose storageUri comes back in the background task’s outputs.
The workspace is taken from the API key, so there is nothing else to send. The url is only
issued for objects your workspace owns, and 404 covers both “no such object” and “not yours”.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Query Parameters
The object's storage uri.
Response
Response OK.
The presigned url. Short-lived -- download promptly.