---
title: "Get Vault details and metadata"
method: GET
path: "/vaults/{vaultUuid}"
tags: ["Vaults"]
---

# Get Vault details and metadata

`GET /vaults/{vaultUuid}`

## Path parameters

- `vaultUuid` string, required

## Response `200`

OK

- Vault
  - `id` string
  - `name` string
  - `description` string
  - `attributeVersion` integer — The vault version
  - `contentVersion` integer — The version of the vault contents
  - `items` integer — Number of active items in the vault
  - `type` 'USER_CREATED' | 'PERSONAL' | 'EVERYONE' | 'TRANSFER'
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — Invalid or missing token
- `403` — Unauthorized access
- `404` — Vault not found

---

[API](https://skmtc.net/1password/apis/1password-connect.md) · [All operations](https://skmtc.net/1password/apis/1password-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/1password/1password-connect/revisions/819fa3a9a104/schema)
