The whole hunk
from line 13, old and new numbered
/
lines
from line 13
1313
1414- `vault_id: string`
1515
16 Identifier of the vault containing the credential.
17
1618- `credential_id: string`
1719
20 Unique identifier of the credential to retrieve.
21
1822## Headers
1923
2024- `"anthropic-beta": optional array of AnthropicBeta`
from line 122
118122 - `"compact-2026-09-04"`
119123
120124- `"anthropic-workspace-id": optional string`
125
126 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
127
128 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
121129
122130## Returns
123131