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

# List

`GET /vaults`

List all Vaults owned by account

## Query parameters

- `before_id` string
- `limit` string
- `filter` string

## Headers

- `ngrok-version` integer, required

## Response `200`

List all Vaults owned by account

- VaultList
  - `vaults` Vault[] — The list of Vaults for this account
    - `id` string — identifier for Vault
    - `uri` string — URI of this Vault API resource
    - `created_at` string — Timestamp when the Vault was created (RFC 3339 format)
    - `updated_at` string — Timestamp when the Vault was last updated (RFC 3339 format)
    - `name` string — Name of vault
    - `description` string — description of Vault
    - `metadata` string — Arbitrary user-defined metadata for this Vault
    - `created_by` string — Reference to who created this Vault
    - `last_updated_by` string — Reference to who created this Vault
  - `uri` string — n/a
  - `next_page_uri` string — URI of the next page of results, or null if there is no next page

---

[API](https://skmtc.net/ngrok/apis/ngrok-openapi.md) · [All operations](https://skmtc.net/ngrok/apis/ngrok-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngrok/ngrok-openapi/versions/1994bbb04714/schema)
