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

Recorded here
Lines+621added
Lines−349removed
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 503 more`
18- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 504 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 249
249249 
250250 - `"claude_artifact_published"`
251251 
252 A new version of an artifact was published — for an artifact created in a chat this is the action that made it publicly viewable; for an artifact created outside a chat it is recorded on every save, including saves of private artifacts, and changes to who can access the artifact are recorded separately as claude_artifact_sharing_updated.
252 A new version of an artifact was published — for an artifact created in a chat this is the action that made it publicly viewable; for an artifact created outside a chat it is recorded when the artifact is saved, including saves of private artifacts, except that automatic saves made while a person keeps editing may be recorded periodically for that person rather than once per save; changes to who can access the artifact are recorded separately as claude_artifact_sharing_updated.
253253 
254254 - `"claude_artifact_sharing_updated"`
255255 
from line 511
511511 
512512 Organization settings were updated.
513513 
514 - `"claude_plugin_archive_accessed"`
515 
516 A version archive of a member-owned plugin, containing that member's own files, was downloaded.
517 
514518 - `"claude_plugin_created"`
515519 
516520 Plugin was created.
from line 2102
20982102 
20992103 format: date-time
21002104 
2101- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 more`
2105- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 504 more`
21022106 
21032107 Exclude activities of these types. Cannot be combined with `activity_types[]`.
21042108 
from line 2336
23322336 
23332337 - `"claude_artifact_published"`
23342338 
2335 A new version of an artifact was published — for an artifact created in a chat this is the action that made it publicly viewable; for an artifact created outside a chat it is recorded on every save, including saves of private artifacts, and changes to who can access the artifact are recorded separately as claude_artifact_sharing_updated.
2339 A new version of an artifact was published — for an artifact created in a chat this is the action that made it publicly viewable; for an artifact created outside a chat it is recorded when the artifact is saved, including saves of private artifacts, except that automatic saves made while a person keeps editing may be recorded periodically for that person rather than once per save; changes to who can access the artifact are recorded separately as claude_artifact_sharing_updated.
23362340 
23372341 - `"claude_artifact_sharing_updated"`
23382342 
from line 2598
25942598 
25952599 Organization settings were updated.
25962600 
2601 - `"claude_plugin_archive_accessed"`
2602 
2603 A version archive of a member-owned plugin, containing that member's own files, was downloaded.
2604 
25972605 - `"claude_plugin_created"`
25982606 
25992607 Plugin was created.
from line 4181
41734181 
41744182## Returns
41754183 
4176- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 503 more`
4184- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 504 more`
41774185 
41784186 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41794187 
from line 8297
82898297 
82908298 - `ClaudeArtifactPublished object`
82918299 
8292 A new version of an artifact was published — for an artifact created in a chat this is the action that made it publicly viewable; for an artifact created outside a chat it is recorded on every save, including saves of private artifacts, and changes to who can access the artifact are recorded separately as claude_artifact_sharing_updated.
8300 A new version of an artifact was published — for an artifact created in a chat this is the action that made it publicly viewable; for an artifact created outside a chat it is recorded when the artifact is saved, including saves of private artifacts, except that automatic saves made while a person keeps editing may be recorded periodically for that person rather than once per save; changes to who can access the artifact are recorded separately as claude_artifact_sharing_updated.
82938301 
82948302 - `type: optional "claude_artifact_published"`
82958303 
from line 9863
98559863 
98569864 - `type: optional "anthropic_actor"`
98579865 
9858 default: anthropic_actor
9859 
9860 - `email_address: optional string or null`
9861 
9862 format: email
9863 
9864 - `SystemActor object`
9865 
9866 Automated background processing performed by Anthropic systems, acting
9867 without a user or customer credential.
9868 
9869 - `type: optional "system_actor"`
9870 
9871 default: system_actor
9872 
9873 - `service: optional string or null`
9874 
9875 Name of the automated process that performed the action, when known.
9876 
9877 - `AdminAPIKeyActor object`
9878 
9879 - `type: optional "admin_api_key_actor"`
9880 
9881 default: admin_api_key_actor
9882 
9883 - `admin_api_key_id: string`
9884 
9885 - `ip_address: string`
9886 
9887 - `user_agent: string`
9888 
9889 - `Se