Maintainer:Not configured
Retrieves a file from vault storage. Returns a redirect (301) to a pre-signed S3 URL for secure download.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
Add parameter in header x-tenant-id
Example:x-tenant-id: ********************
or
Responses
application/json
Redirect to pre-signed download URL
curl --location --request GET '/vault/download/' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'
Response Response Example
Modified at 2026-04-16 18:43:47