List credential vaults
Returns every credential vault in the calling organization. A vault is a grantable bundle of credential references; it holds no secret values, so this read is safe for any caller with API access.
Authorizations
A Recursion API key, created in the console under API keys.
Response
Response body of GET /v1/vaults. A vault is the grantable unit of credential access: the vault_ids passed when starting a session decide which credentials that session may use. This lists the containers only; use GET /v1/vaults/{vault_id}/credentials for contents.
Response body of GET /v1/vaults. A vault is the grantable unit of credential access: the vault_ids passed when starting a session decide which credentials that session may use. This lists the containers only; use GET /v1/vaults/{vault_id}/credentials for contents.
Every vault in the caller's organization, newest first. Null rather than an empty array when the organization has no vaults. Soft-deleted vaults are omitted.