Storage
Get a file from the tmp namespace
GET /storage/tmp/{path}
GET /storage/tmp/{path}
Returns a file from the short-lived tmp/ namespace in storage. The tmp namespace is used
for files that are produced server-side and immediately offered for download (e.g. generated
exports). Files there expire after a short TTL.
Path parameters
pathstringpathrequiredPath inside the tmp namespace.
Responses
200 — Binary file
404 — File not found or expired