The whole hunk
from line 17, 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 17
1717
1818### Query parameters
1919
20- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 490 more`
20- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 492 more`
2121
2222 Filter activities by type. See the response `data` schema for the additional fields each type returns. Cannot be combined with `exclude_activity_types[]`.
2323
from line 185
185185
186186 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.
187187
188 - `"ccr_channel_manager_added"`
189
190 An org owner/admin assigned an organization member to manage the Claude-in-Slack configuration of one Slack channel.
191
192 - `"ccr_channel_manager_removed"`
193
194 An org owner/admin removed an organization member's assignment to manage the Claude-in-Slack configuration of one Slack channel.
195
188196 - `"ccr_role_channel_assignment_deleted"`
189197
190198 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 2056
20482056
20492057 format: date-time
20502058
2051- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 490 more`
2059- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 492 more`
20522060
20532061 Exclude activities of these types. Cannot be combined with `activity_types[]`.
20542062
from line 2224
22162224
22172225 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.
22182226
2227 - `"ccr_channel_manager_added"`
2228
2229 An org owner/admin assigned an organization member to manage the Claude-in-Slack configuration of one Slack channel.
2230
2231 - `"ccr_channel_manager_removed"`
2232
2233 An org owner/admin removed an organization member's assignment to manage the Claude-in-Slack configuration of one Slack channel.
2234
22192235 - `"ccr_role_channel_assignment_deleted"`
22202236
22212237 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 4083
40674083
40684084### Headers
40694085
4070- `"anthropic-version": optional string`
4071
4072 The version of the Claude API you want to use.
4073
4074 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
4075
40764086- `"x-api-key": optional string`
40774087
40784088### Returns
40794089
4080- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 490 more`
4090- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 492 more`
40814091
40824092 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
40834093
from line 7429
74197429
74207430 The artifact's identifier.
74217431
7422 - `comment_action: "activate_thread" or "create_thread" or "deactivate_thread" or 9 more`
7432 - `comment_action: "activate_thread" or "create_thread" or "deactivate_thread" or 10 more`
74237433
74247434 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.
74257435
from line 7443
74337443
74347444 - `"edit_comment"`
74357445
7446 - `"move_thread"`
7447
74367448 - `"reopen"`
74377449
74387450 - `"reply"`
from line 9976
99649976
99659977 - `slack_alias: optional string or null`
99669978
9967 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.
9968
9969 - `CcrAgentDeleted object`
9970
9971 A Claude Code agent was deleted.
9972
9973 - `type: optional "ccr_agent_deleted"`
9974
9975 default: ccr_agent_deleted
9976
9977 - `actor: APIActor or UserActor or UnauthenticatedUserActor or 8 more`
9978
9979 - `APIActor object`
9980
9981 - `type: optional "api_actor"`