The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Federation Issuer
3url: https://platform.claude.com/docs/en/api/beta/organization/federation/issuers/retrieve
4---
5
16# Get Federation Issuer
27
38**GET** `/v1/organizations/federation_issuers/{federation_issuer_id}`
from line 25
2025
2126 - `string`
2227
23 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
28 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
2429
2530 - `"message-batches-2024-09-24"`
2631
from line 73
6873
6974 - `"user-profiles-2026-08-18"`
7075
76 - `"user-profiles-2026-09-04"`
77
7178 - `"advisor-tool-2026-03-01"`
7279
7380 - `"managed-agents-2026-04-01"`
from line 126
119126 Records an external IdP the organization trusts for the RFC 7523
120127 jwt-bearer grant. The `issuer_url` must match the JWT `iss` claim exactly.
121128
129 - `type: "federation_issuer"`
130
131 default: federation_issuer
132
122133 - `id: string`
123134
124135 Tagged ID of the federation issuer.
from line 204
193204
194205 JWKS supplied directly; no network fetch.
195206
207 - `type: "inline"`
208
196209 - `keys: array of map[unknown]`
197210
198211 Inline JWK objects.
from line 212
199212
200213 minItems: 1
201214
202 - `type: "inline"`
203
204215 - `jwks_polling_disabled_at: string or null`
205216
206217 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 249
238249 When the next fetch is scheduled. Null if paused.
239250
240251 format: date-time
241
242 - `type: "federation_issuer"`
243
244 default: federation_issuer
245252
246253 - `updated_at: string`
247254