---
title: "List vaults"
method: GET
path: "/sites/{siteId}/vaults"
tags: ["Vaults"]
---

# List vaults

`GET /sites/{siteId}/vaults`

Returns a list of authenticated vaults available for the target Edge site.

## Response `200`

Success

- VaultListResponse — List of vaults for a site. The number of vaults per site is expected to remain small and is typically less than 3, so the full list is always returned in a single response. Pagination is intentionally omitted.
  - `results` Vault[], required
    - `id` string, uuid, required
    - `type` string, required
    - `name` string, required
    - `description` string

## Other responses

- `400` — Bad request — invalid input or validation error.
- `401` — Unauthorized — authentication is required or the provided credentials are invalid.
- `403` — Forbidden — insufficient permissions.
- `404` — Site not found.
- `500` — Unexpected error.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
