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

Activities changed

api/compliance/activities

Nearest release: v2.1.277, published 4 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+12,388added
Lines−11,388removed
From line 17 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 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 501 more`
20- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 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 821
821821 
822822 Webhook signature validation failed.
823823 
824 - `"github_app_installation_linked"`
825 
826 An installation of the Claude GitHub App (a GitHub organization or user account where the App is installed) was linked to the organization, letting the organization's Claude Code features act on that GitHub account's repositories.
827 
828 - `"github_app_installation_unlinked"`
829 
830 An installation of the Claude GitHub App was unlinked from the organization, so the organization's Claude Code features can no longer act on that GitHub account's repositories through it.
831 
824832 - `"github_token_import"`
825833 
826834 A user attempted to import a personal GitHub access token for use with Claude Code. The `result` field indicates the outcome of the import (imported, rejected, or failed).
from line 2100
20922100 
20932101 format: date-time
20942102 
2095- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 more`
2103- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 more`
20962104 
20972105 Exclude activities of these types. Cannot be combined with `activity_types[]`.
20982106 
from line 2904
28962904 
28972905 Webhook signature validation failed.
28982906 
2907 - `"github_app_installation_linked"`
2908 
2909 An installation of the Claude GitHub App (a GitHub organization or user account where the App is installed) was linked to the organization, letting the organization's Claude Code features act on that GitHub account's repositories.
2910 
2911 - `"github_app_installation_unlinked"`
2912 
2913 An installation of the Claude GitHub App was unlinked from the organization, so the organization's Claude Code features can no longer act on that GitHub account's repositories through it.
2914 
28992915 - `"github_token_import"`
29002916 
29012917 A user attempted to import a personal GitHub access token for use with Claude Code. The `result` field indicates the outcome of the import (imported, rejected, or failed).
from line 4175
41594175 
41604176### Returns
41614177 
4162- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 501 more`
4178- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 503 more`
41634179 
41644180 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41654181 
from line 9888
98729888 
98739889 - `user_agent: string`
98749890 
9875 - `ServiceAccountActor object`
9876 
9877 - `type: optional "service_account_actor"`
9878 
9879 default: service_account_actor
9880 
9881 - `ip_address: string`
9882 
9883 - `service_account_id: string`
9884 
9885 - `user_agent: string`
9886 
9887 - `ScimDirectorySyncActor object`
9888 
9889 - `type: optional "scim_directory_sync_actor"`
9890 
9891 default: scim_directory_sync_actor
9892 
9893 - `directory_id: string`
9894 
9895 - `workos_event_id: string`
9896 
9897 - `idp_connection_type: optional string or null`
9898 
9899 - `FederatedIdentityActor object`
9900 
9901 A federated external workload authenticated via a verified OIDC token.
9902 
9903 Carries the verified issuer, subject, and audience claims from the
9904 presented JWT.
9905 
9906 - `type: optional "federated_identity_actor"`
9907 
9908 default: federated_identity_actor
9909 
9910 - `issuer: string`
9911 
9912 - `subject: string`
9913 
9914 - `audience: optional array of string`
9915 
9916 - `ip_address: optional string or null`
9917 
9918 - `user_agent: optional string or null`
9919 
9920
9891 - `Servic