Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Get Compliance Settings changed

api/beta/organization/compliance_settings/retrieve

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+10added
Lines−5removed
From line 1 where the diff opens
First seen 1 Sep 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Compliance Settings
3url: https://platform.claude.com/docs/en/api/beta/organization/compliance_settings/retrieve
4---
5 
16# Get Compliance Settings
27 
38**GET** `/v1/organizations/compliance_settings`
from line 18
1318 
1419- `BetaComplianceSettings object`
1520 
16 - `state: BetaComplianceSettingsStateEnabled or BetaComplianceSettingsStateDisabled`
21 - `type: "compliance_settings"`
1722 
23 default: compliance_settings
24 
25 - `state: BetaComplianceSettingsState`
26 
1827 Whether the Compliance API is enabled for this organization.
1928 
2029 - `BetaComplianceSettingsStateEnabled object`
from line 37
2837 - `type: "disabled"`
2938 
3039 default: disabled
31 
32 - `type: "compliance_settings"`
33 
34 default: compliance_settings
3540 
3641## Example
3742