The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Federation Rule
3url: https://platform.claude.com/docs/en/api/beta/organization/federation/rules/retrieve
4---
5
16# Get Federation Rule
27
38**GET** `/v1/organizations/federation_rules/{federation_rule_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 132
125132 rules carrying only the legacy `workspace_id` binding do not enforce
126133 this.
127134
135 - `type: "federation_rule"`
136
137 default: federation_rule
138
128139 - `id: string`
129140
130141 Tagged ID of the federation rule.
from line 218
207218
208219 Identity that tokens minted via this rule act as. Currently always a `service_account` target.
209220
221 - `type: "service_account"`
222
210223 - `service_account_id: string`
211224
212225 Tagged ID of the service account to mint tokens for.
213226
214 - `type: "service_account"`
215
216227 - `service_account_name: optional string or null`
217228
218229 Service account's display name at read time. Ignored on writes.
from line 231
220231 - `token_lifetime_seconds: number`
221232
222233 Lifetime in seconds of access tokens minted via this rule. Minted tokens are capped at `max(60, min(this value, 2 × remaining assertion validity))` seconds.
223
224 - `type: "federation_rule"`
225
226 default: federation_rule
227234
228235 - `updated_at: string`
229236