---
title: "Get"
method: GET
path: "/vaults/{id}"
tags: ["Vaults"]
---

# Get

`GET /vaults/{id}`

Get a Vault by ID

## Path parameters

- `id` string, required

## Headers

- `ngrok-version` integer, required

## Response `200`

Get a Vault by ID

- Vault
  - `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

## Other responses

- `4XX` — An error. The body carries a machine-readable error_code and a human-readable msg; every code is documented at https://ngrok.com/docs/errors. A 429 with error code ERR_NGROK_226 means the account exceeded the documented request-rate limit.
- `5XX` — An error. The body carries a machine-readable error_code and a human-readable msg; every code is documented at https://ngrok.com/docs/errors. A 429 with error code ERR_NGROK_226 means the account exceeded the documented request-rate limit.

## Changes

- **2025-08-05** `51f746f31f74` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ngrok/apis/ngrok-openapi/changes/vaults/:id/get.md)

---

[API](https://skmtc.dev/ngrok/apis/ngrok-openapi.md) · [All operations](https://skmtc.dev/ngrok/apis/ngrok-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ngrok/ngrok-openapi/revisions/c697539ac350/schema)
