Skip to main content
GET
Retrieve a vault
Fetches a single vault config. The stored service account token is write-only and is never included in the response. Returns the vault object.

Path parameters

vault_id
string
required
The vault config’s id (UUID).

The vault object

id
string
Unique vault config identifier (UUID).
org_id
string
Organization that owns the config (UUID).
name
string
Human-readable label.
provider_config
object
Provider settings.
  • provider (string): Secrets provider. Currently always onepassword.
  • op_vault_id (string): Identifier of the 1Password vault credentials are read from.
created_at
string
ISO 8601 creation timestamp.
updated_at
string
ISO 8601 timestamp of the last change.

Examples

Response

Errors