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.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+6,203added
Lines−5,695removed
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 501 more`
22- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 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 823
823823 
824824 Webhook signature validation failed.
825825 
826 - `"github_app_installation_linked"`
827 
828 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.
829 
830 - `"github_app_installation_unlinked"`
831 
832 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.
833 
826834 - `"github_token_import"`
827835 
828836 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 2102
20942102 
20952103 format: date-time
20962104 
2097- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 more`
2105- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 more`
20982106 
20992107 Exclude activities of these types. Cannot be combined with `activity_types[]`.
21002108 
from line 2906
28982906 
28992907 Webhook signature validation failed.
29002908 
2909 - `"github_app_installation_linked"`
2910 
2911 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.
2912 
2913 - `"github_app_installation_unlinked"`
2914 
2915 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.
2916 
29012917 - `"github_token_import"`
29022918 
29032919 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 4177
41614177 
41624178#### Returns
41634179 
4164- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 501 more`
4180- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 503 more`
41654181 
41664182 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41674183 
from line 9888
98729888 
98739889 - `ip_address: string`
98749890 
9875 - `user_agent: string`
9876 
9877 - `ServiceAccountActor object`
9878 
9879 - `type: optional "service_account_actor"`
9880 
9881 default: service_account_actor
9882 
9883 - `ip_address: string`
9884 
9885 - `service_account_id: string`
9886 
9887 - `user_agent: string`
9888 
9889 - `ScimDirectorySyncActor object`
9890 
9891 - `type: optional "scim_directory_sync_actor"`
9892 
9893 default: scim_directory_sync_actor
9894 
9895 - `directory_id: string`
9896 
9897 - `workos_event_id: string`
9898 
9899 - `idp_connection_type: optional string or null`
9900 
9901 - `FederatedIdentityActor object`
9902 
9903 A federated external workload authenticated via a verified OIDC token.
9904 
9905 Carries the verified issuer, subject, and audience claims from the
9906 presented JWT.
9907 
9908 - `type: optional "federated_identity_actor"`
9909 
9910 default: federated_identity_actor
9911 
9912 - `issuer: string`
9913 
9914 - `subject: string`
9915 
9916 - `audience: optional array of string`
9917 
9918 - `ip_address: optional string or null`
9919 
9920 - `user_agen
9891 - `u