The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Service Account
3url: https://platform.claude.com/docs/en/api/beta/organization/service_accounts/retrieve
4---
5
16# Get Service Account
27
38**GET** `/v1/organizations/service_accounts/{service_account_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 A service account is a pure identity: name + org. Authorization lives on
120127 whatever references it (federation rules).
121128
129 - `type: "service_account"`
130
131 default: service_account
132
122133 - `id: string`
123134
124135 Tagged ID of the service account.
from line 169
158169 - `"admin"`
159170
160171 - `"developer"`
161
162 - `type: "service_account"`
163
164 default: service_account
165172
166173 - `updated_at: string`
167174