The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Vault
3url: https://platform.claude.com/docs/en/api/beta/vaults/retrieve
4---
5
16# Get Vault
27
38**GET** `/v1/vaults/{vault_id}`
from line 21
1621
1722 - `string`
1823
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
24 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
2025
2126 - `"message-batches-2024-09-24"`
2227
from line 69
6469
6570 - `"user-profiles-2026-08-18"`
6671
72 - `"user-profiles-2026-09-04"`
73
6774 - `"advisor-tool-2026-03-01"`
6875
6976 - `"managed-agents-2026-04-01"`
from line 113
106113
107114 - `"mid-conversation-system-clear-at-2026-08-21"`
108115
116- `"anthropic-workspace-id": optional string`
117
109118## Returns
110119
111120- `BetaManagedAgentsVault object`
from line 121
112121
113122 A vault that stores credentials for use by agents during sessions.
114123
124 - `type: "vault"`
125
115126 - `id: string`
116127
117128 Unique identifier for the vault.
from line 146
135146 - `metadata: map[string]`
136147
137148 Arbitrary key-value metadata attached to the vault.
138
139 - `type: "vault"`
140149
141150 - `updated_at: string`
142151