Skip to main content

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

Get the full manifest

The manifest includes all documents with their data and all files with their CDN URLs:
When using vaultMiddleware, req.vault.getManifest() returns the same data:

Response fields