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

# Get

`GET /api/v1/vaults/{id}`

Invokes the c1.api.vault.v1.VaultService.Get method.

## Path parameters

- `id` string, required — The id field.

## Response `200`

Successful response

- C1ApiVaultV1VaultServiceGetResponse — The VaultServiceGetResponse message.
  - `vault` C1ApiVaultV1Vault — The Vault message. This message contains a oneof named vault. Only a single field of the following list may be set at a time: - groupAuthzVault - magicVault
    - `createdAt` string, date-time
    - `credentialExpirationDuration` string, duration
    - `deletedAt` string, date-time
    - `description` string — The description field.
    - `displayName` string — The displayName field.
    - `groupAuthzVault` C1ApiVaultV1GroupAuthzVault, nullable — The GroupAuthzVault message.
    - `id` string — The id field.
    - `magicVault` C1ApiVaultV1MagicVault, nullable — The MagicVault message.
      - `allowUnauthedViews` boolean — The allowUnauthedViews field.
      - `allowedViews` integer — The allowedViews field.
    - `updatedAt` string, date-time

## Changes

- **2025-11-12** `6f49a3969499` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/vaults/:id/get.md)

---

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