Skip to main content
GET

Overview

Retrieves download information for all entries inside a vault folder, recursively: each entry includes the download URL of its encrypted content and the initialization vector needed for client-side decryption.
The entry must be a folder. Passing a file ID returns a 422 error (Entry is not a folder). To download a single file, use the download_url already returned for that file by Get Vault Entries.

Path Parameters

integer
required
ID of the vault folder entry

Response

array
All entries contained in the folder (recursive)
string
Request status (success)
The downloaded file is encrypted. Use the iv and your vault password to decrypt it client-side.