---
title: "GetVault"
method: GET
path: "/v2/vaults/{vault_id}"
tags: ["Vaults"]
---

# GetVault

`GET /v2/vaults/{vault_id}`

Retrieve a vault by resource name.

## Path parameters

- `vault_id` string, required

## Response `200`

A successful response.

- V2GetVaultResponse
  - `vault` V2Vault
    - `name` string — The resource name of the vault. Format: `vaults/{vault_id}`
    - `displayName` string, required — A human-readable name. Must match the regular expression `[a-zA-Z0-9\.,:\-'# _$]+$` and be shorter than 100 characters
    - `archived` boolean — Whether this vault is archived. Archived vaults are not returned by default in `ListVaults` and are not shown in the UI.
    - `createTime` string, date-time — Creation timestamp.

---

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