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

# List all Vaults

`GET /vaults`

List all Vaults

## Query parameters

- `size` integer
- `offset` string
- `tags` string

## Response `200`

A successful response listing Vaults

- object
  - `data` Vault[]
    - `config` object — The configuration properties for the Vault which can be found on the vaults' documentation page.
    - `created_at` integer — Unix epoch when the resource was created.
    - `description` string — The description of the Vault entity.
    - `id` string
    - `name` string — The name of the Vault that's going to be added. Currently, the Vault implementation must be installed in every Kong instance.
    - `prefix` string — The unique prefix (or identifier) for this Vault configuration. The prefix is used to load the right Vault configuration and implementation when referencing secrets with the other entities.
    - `tags` string[] — An optional set of strings associated with the Vault for grouping and filtering.
    - `updated_at` integer — Unix epoch when the resource was last updated.
  - `next` string — URI to the next page (may be null)
  - `offset` string — Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page

## Other responses

- `401` — Unauthorized

## Changes

> 3 revisions in range; 1 not diffed.

- **2024-09-11** `5bd52189d290` — 1 info
  - added the optional property `next` to the response with the `200` status

[Change history](https://skmtc.dev/kong/apis/kong-enterprise-admin-api/changes/vaults/get.md)

---

[API](https://skmtc.dev/kong/apis/kong-enterprise-admin-api.md) · [All operations](https://skmtc.dev/kong/apis/kong-enterprise-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/kong-enterprise-admin-api/revisions/5bd52189d290/schema)
