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.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 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 501 more`
18- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 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 819
819819 
820820 Webhook signature validation failed.
821821 
822 - `"github_app_installation_linked"`
823 
824 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.
825 
826 - `"github_app_installation_unlinked"`
827 
828 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.
829 
822830 - `"github_token_import"`
823831 
824832 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 2098
20902098 
20912099 format: date-time
20922100 
2093- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 more`
2101- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 more`
20942102 
20952103 Exclude activities of these types. Cannot be combined with `activity_types[]`.
20962104 
from line 2902
28942902 
28952903 Webhook signature validation failed.
28962904 
2905 - `"github_app_installation_linked"`
2906 
2907 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.
2908 
2909 - `"github_app_installation_unlinked"`
2910 
2911 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.
2912 
28972913 - `"github_token_import"`
28982914 
28992915 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 4173
41574173 
41584174## Returns
41594175 
4160- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 501 more`
4176- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 503 more`
41614177 
41624178 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41634179 
from line 9886
98709886 
98719887 - `user_agent: string`
98729888 
9873 - `ServiceAccountActor object`
9874 
9875 - `type: optional "service_account_actor"`
9876 
9877 default: service_account_actor
9878 
9879 - `ip_address: string`
9880 
9881 - `service_account_id: string`
9882 
9883 - `user_agent: string`
9884 
9885 - `ScimDirectorySyncActor object`
9886 
9887 - `type: optional "scim_directory_sync_actor"`
9888 
9889 default: scim_directory_sync_actor
9890 
9891 - `directory_id: string`
9892 
9893 - `workos_event_id: string`
9894 
9895 - `idp_connection_type: optional string or null`
9896 
9897 - `FederatedIdentityActor object`
9898 
9899 A federated external workload authenticated via a verified OIDC token.
9900 
9901 Carries the verified issuer, subject, and audience claims from the
9902 presented JWT.
9903 
9904 - `type: optional "federated_identity_actor"`
9905 
9906 default: federated_identity_actor
9907 
9908 - `issuer: string`
9909 
9910 - `subject: string`
9911 
9912 - `audience: optional array of string`
9913 
9914 - `ip_address: optional string or null`
9915 
9916 - `user_agent: optional string or null`
9917 
9918
9889 - `Se