The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Vaults
3url: https://platform.claude.com/docs/en/api/beta/vaults/list
4---
5
16# List Vaults
27
38**GET** `/v1/vaults`
from line 33
2833
2934 - `string`
3035
31 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
36 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3237
3338 - `"message-batches-2024-09-24"`
3439
from line 81
7681
7782 - `"user-profiles-2026-08-18"`
7883
84 - `"user-profiles-2026-09-04"`
85
7986 - `"advisor-tool-2026-03-01"`
8087
8188 - `"managed-agents-2026-04-01"`
from line 125
118125
119126 - `"mid-conversation-system-clear-at-2026-08-21"`
120127
128- `"anthropic-workspace-id": optional string`
129
121130## Returns
122131
123132- `data: optional array of BetaManagedAgentsVault`
from line 133
124133
125134 List of vaults.
126135
136 - `type: "vault"`
137
127138 - `id: string`
128139
129140 Unique identifier for the vault.
from line 158
147158 - `metadata: map[string]`
148159
149160 Arbitrary key-value metadata attached to the vault.
150
151 - `type: "vault"`
152161
153162 - `updated_at: string`
154163