Retrieve a vault
Vaults
Retrieve a vault
Fetch a vault config by id.
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
The vault config’s
id (UUID).The vault object
Unique vault config identifier (UUID).
Organization that owns the config.
Human-readable label.
Provider settings.
provider(string): Secrets provider. Currently alwaysonepassword.op_vault_id(string): Identifier of the 1Password vault credentials are read from.
ISO 8601 creation timestamp.
ISO 8601 timestamp of the last change.
Examples
Response
Errors
| Status | Cause |
|---|---|
404 | Vault not found or you don’t have access. |