Skip to main content
GET
List credential vaults

Authorizations

Authorization
string
header
required

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.

vaults
object[] | null
required

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.