The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List External Keys
3url: https://platform.claude.com/docs/en/api/beta/organization/external_keys/list
4---
5
16# List External Keys
27
38**GET** `/v1/organizations/external_keys`
from line 28
2328
2429- `data: array of BetaExternalKey`
2530
31 - `type: "external_key"`
32
33 default: external_key
34
2635 - `id: string`
2736
2837 Identifier of the external key config. A tagged ID prefixed `ekey_`, or — for organizations on the Claude Platform on AWS — the AWS KMS key ARN.
from line 70
6170
6271 - `BetaAWSExternalKeyConfig object`
6372
73 - `type: "aws"`
74
6475 - `kms_arn: string`
6576
6677 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
from line 78
6778
6879 maxLength: 2048
6980
70 - `type: "aws"`
71
7281 - `region: optional string or null`
7382
7483 AWS region. Derived from `kms_arn` if omitted.
from line 90
8190
8291 - `BetaGCPExternalKeyConfig object`
8392
93 - `type: "gcp"`
94
8495 - `key_name: string`
8596
8697 Full resource name of the Cloud KMS key.
8798
88 - `type: "gcp"`
89
9099 - `BetaAzureExternalKeyConfig object`
91100
101 - `type: "azure"`
102
92103 - `key_name: string`
93104
94105 Name of the key within the vault.
from line 108
97108
98109 Azure AD tenant ID.
99110
100 - `type: "azure"`
101
102111 - `vault_uri: string`
103112
104113 Key Vault data-plane URI — `https://{vault-name}.vault.azure.net` or `https://{hsm-name}.managedhsm.azure.net`.
from line 115
106115 - `client_id: optional string or null`
107116
108117 Azure AD application (client) ID. Omit to use Anthropic's multitenant app. Provide only if using a single-tenant app registration in the customer's directory.
109
110 - `type: "external_key"`
111
112 default: external_key
113118
114119 - `updated_at: string`
115120