Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Reading a new release v2.1.280 First look · 1/6 0 findings $0.00 so far
One change · api

Compliance API changed

api/compliance

Nearest release: v2.1.272, published 5 hours before 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+2,032added
Lines−1,648removed
From line 19 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits12to this page, all time

The whole hunk

from line 19, old and new numbered
/
lines

This page is larger than the 256 KiB this site keeps, so one side of the diff below stops where the stored text does.

from line 19
1919 
2020#### Query parameters
2121 
22- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 490 more`
22- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 492 more`
2323 
2424 Filter activities by type. See the response `data` schema for the additional fields each type returns. Cannot be combined with `exclude_activity_types[]`.
2525 
from line 187
187187 
188188 A Claude Code agent's configuration was updated. Also emitted with updated_fields ["is_virtual"] alone when an auto-provisioned agent is promoted to a configured one, whether by an update request targeting it or by binding an agent proxy profile to it.
189189 
190 - `"ccr_channel_manager_added"`
191 
192 An org owner/admin assigned an organization member to manage the Claude-in-Slack configuration of one Slack channel.
193 
194 - `"ccr_channel_manager_removed"`
195 
196 An org owner/admin removed an organization member's assignment to manage the Claude-in-Slack configuration of one Slack channel.
197 
190198 - `"ccr_role_channel_assignment_deleted"`
191199 
192200 CcrRoleChannelAssignmentDeleted is emitted when an org owner/admin removes an RBAC role's channel assignment row (the role reverts to granting zero channels).
from line 2058
20502058 
20512059 format: date-time
20522060 
2053- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 490 more`
2061- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 492 more`
20542062 
20552063 Exclude activities of these types. Cannot be combined with `activity_types[]`.
20562064 
from line 2226
22182226 
22192227 A Claude Code agent's configuration was updated. Also emitted with updated_fields ["is_virtual"] alone when an auto-provisioned agent is promoted to a configured one, whether by an update request targeting it or by binding an agent proxy profile to it.
22202228 
2229 - `"ccr_channel_manager_added"`
2230 
2231 An org owner/admin assigned an organization member to manage the Claude-in-Slack configuration of one Slack channel.
2232 
2233 - `"ccr_channel_manager_removed"`
2234 
2235 An org owner/admin removed an organization member's assignment to manage the Claude-in-Slack configuration of one Slack channel.
2236 
22212237 - `"ccr_role_channel_assignment_deleted"`
22222238 
22232239 CcrRoleChannelAssignmentDeleted is emitted when an org owner/admin removes an RBAC role's channel assignment row (the role reverts to granting zero channels).
from line 4085
40694085 
40704086#### Headers
40714087 
4072- `"anthropic-version": optional string`
4073 
4074 The version of the Claude API you want to use.
4075 
4076 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
4077 
40784088- `"x-api-key": optional string`
40794089 
40804090#### Returns
40814091 
4082- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 490 more`
4092- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 492 more`
40834093 
40844094 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
40854095 
from line 7431
74217431 
74227432 The artifact's identifier.
74237433 
7424 - `comment_action: "activate_thread" or "create_thread" or "deactivate_thread" or 9 more`
7434 - `comment_action: "activate_thread" or "create_thread" or "deactivate_thread" or 10 more`
74257435 
74267436 The action recorded: for example a new comment thread, a reply to an existing thread, a thread resolved, reopened, or deleted, a thread's Claude activation granted or revoked, a comment's text rewritten by its author, an existing comment sent to Claude or withdrawn from Claude, or a thread resolved by a Claude session.
74277437 
from line 7445
74357445 
74367446 - `"edit_comment"`
74377447 
7448 - `"move_thread"`
7449 
74387450 - `"reopen"`
74397451 
74407452 - `"reply"`
from line 9976
99649976 
99659977 Organization UUID where the activity occurred. Null when the activity is not tied to an organization (for example, login and logout events or calls to the Compliance API).
99669978 
9967 - `slack_alias: optional string or null`
9968 
9969 The Slack trigger word that routes mentions to this agent. An empty value means the agent responds to bare "@Claude" mentions. Omitted when the agent is not addressable from Slack.
9970 
9971 - `CcrAgentDeleted object`
9972 
9973 A Claude Code agent was deleted.
9974 
9975 - `type: optional "ccr_agent_deleted"`
9976 
9977 default: ccr_agent_deleted
9978 
9979 - `actor: APIActor or UserActor or UnauthenticatedUserActor or 8 more`
9980 
9981 - `APIActor object`
9982 
9983
9979 - `sla