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

Query compliance activities changed

api/compliance/activities/list

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+1,989added
Lines−1,432removed
From line 15 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 15, 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 15
1515 
1616## Query parameters
1717 
18- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 490 more`
18- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 492 more`
1919 
2020 Filter activities by type. See the response `data` schema for the additional fields each type returns. Cannot be combined with `exclude_activity_types[]`.
2121 
from line 183
183183 
184184 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.
185185 
186 - `"ccr_channel_manager_added"`
187 
188 An org owner/admin assigned an organization member to manage the Claude-in-Slack configuration of one Slack channel.
189 
190 - `"ccr_channel_manager_removed"`
191 
192 An org owner/admin removed an organization member's assignment to manage the Claude-in-Slack configuration of one Slack channel.
193 
186194 - `"ccr_role_channel_assignment_deleted"`
187195 
188196 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 2054
20462054 
20472055 format: date-time
20482056 
2049- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 490 more`
2057- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 492 more`
20502058 
20512059 Exclude activities of these types. Cannot be combined with `activity_types[]`.
20522060 
from line 2222
22142222 
22152223 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.
22162224 
2225 - `"ccr_channel_manager_added"`
2226 
2227 An org owner/admin assigned an organization member to manage the Claude-in-Slack configuration of one Slack channel.
2228 
2229 - `"ccr_channel_manager_removed"`
2230 
2231 An org owner/admin removed an organization member's assignment to manage the Claude-in-Slack configuration of one Slack channel.
2232 
22172233 - `"ccr_role_channel_assignment_deleted"`
22182234 
22192235 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 4081
40654081 
40664082## Headers
40674083 
4068- `"anthropic-version": optional string`
4069 
4070 The version of the Claude API you want to use.
4071 
4072 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
4073 
40744084- `"x-api-key": optional string`
40754085 
40764086## Returns
40774087 
4078- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 490 more`
4088- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 492 more`
40794089 
40804090 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
40814091 
from line 7427
74177427 
74187428 The artifact's identifier.
74197429 
7420 - `comment_action: "activate_thread" or "create_thread" or "deactivate_thread" or 9 more`
7430 - `comment_action: "activate_thread" or "create_thread" or "deactivate_thread" or 10 more`
74217431 
74227432 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.
74237433 
from line 7441
74317441 
74327442 - `"edit_comment"`
74337443 
7444 - `"move_thread"`
7445 
74347446 - `"reopen"`
74357447 
74367448 - `"reply"`
from line 9972
99609972 
99619973 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).
99629974 
9963 - `slack_alias: optional string or null`
9964 
9965 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.
9966 
9967 - `CcrAgentDeleted object`
9968 
9969 A Claude Code agent was deleted.
9970 
9971 - `type: optional "ccr_agent_deleted"`
9972 
9973 default: ccr_agent_deleted
9974 
9975 - `actor: APIActor or UserActor or UnauthenticatedUserActor or 8 more`
9976 
9977 - `APIActor object`
9978 
9979 - `type: optional "api_act
9975 - `slack_alias: optional string or nu