The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Federation Issuers
3url: https://platform.claude.com/docs/en/api/beta/organization/federation/issuers/list
4---
5
16# List Federation Issuers
27
38**GET** `/v1/organizations/federation_issuers`
from line 39
3439
3540 - `string`
3641
37 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
42 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3843
3944 - `"message-batches-2024-09-24"`
4045
from line 87
8287
8388 - `"user-profiles-2026-08-18"`
8489
90 - `"user-profiles-2026-09-04"`
91
8592 - `"advisor-tool-2026-03-01"`
8693
8794 - `"managed-agents-2026-04-01"`
from line 135
128135
129136- `data: array of BetaFederationIssuer`
130137
138 - `type: "federation_issuer"`
139
140 default: federation_issuer
141
131142 - `id: string`
132143
133144 Tagged ID of the federation issuer.
from line 213
202213
203214 JWKS supplied directly; no network fetch.
204215
216 - `type: "inline"`
217
205218 - `keys: array of map[unknown]`
206219
207220 Inline JWK objects.
from line 221
208221
209222 minItems: 1
210223
211 - `type: "inline"`
212
213224 - `jwks_polling_disabled_at: string or null`
214225
215226 If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures. Re-enable by sending `jwks_polling_disabled: false` via the issuer update endpoint (POST) once the upstream JWKS endpoint is fixed. An OAuth caller cannot send this when the issuer backs a rule with any scope other than `workspace:developer` or `workspace:inference`; use a Console session.
from line 258
247258 When the next fetch is scheduled. Null if paused.
248259
249260 format: date-time
250
251 - `type: "federation_issuer"`
252
253 default: federation_issuer
254261
255262 - `updated_at: string`
256263