Query vaults
Read vault contents using the vault ID. All read operations work on active, sealed, and persisted vaults. Expired vaults return 404.Get vault metadata
- SDK
- cURL
Get the full manifest
The manifest includes all documents with their data and all files with their CDN URLs:vaultMiddleware, req.vault.getManifest() returns the same data:
Response fields
Related
- Create a vault — vault creation
- Access control — share read access with clients
- Files — file download details

