---
title: "List all vaults"
method: GET
path: "/vault"
tags: ["Vaults"]
---

# List all vaults

`GET /vault`

List all vaults for the authenticated organization. Returns vault metadata including name, description, storage configuration, and usage statistics.

## Response `200`

Vaults retrieved successfully

- object
  - `vaults` object[]
    - `id` string — Vault identifier
    - `name` string — Vault name
    - `description` string — Vault description
    - `enableGraph` boolean — Whether GraphRAG is enabled
    - `totalObjects` integer — Number of stored documents
    - `totalBytes` integer — Total storage size in bytes
    - `createdAt` string, date-time — Vault creation timestamp
  - `total` integer — Total number of vaults

## Other responses

- `401` — Invalid API key
- `403` — API key does not have vault service access

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/versions/5b7e64e6d6f9/schema)
