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 503 more`
20- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 504 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 251
251251
252252 - `"claude_artifact_published"`
253253
254 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.
254 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.
255255
256256 - `"claude_artifact_sharing_updated"`
257257
from line 513
513513
514514 Organization settings were updated.
515515
516 - `"claude_plugin_archive_accessed"`
517
518 A version archive of a member-owned plugin, containing that member's own files, was downloaded.
519
516520 - `"claude_plugin_created"`
517521
518522 Plugin was created.
from line 2104
21002104
21012105 format: date-time
21022106
2103- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 more`
2107- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 504 more`
21042108
21052109 Exclude activities of these types. Cannot be combined with `activity_types[]`.
21062110
from line 2338
23342338
23352339 - `"claude_artifact_published"`
23362340
2337 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.
2341 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.
23382342
23392343 - `"claude_artifact_sharing_updated"`
23402344
from line 2600
25962600
25972601 Organization settings were updated.
25982602
2603 - `"claude_plugin_archive_accessed"`
2604
2605 A version archive of a member-owned plugin, containing that member's own files, was downloaded.
2606
25992607 - `"claude_plugin_created"`
26002608
26012609 Plugin was created.
from line 4183
41754183
41764184### Returns
41774185
4178- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 503 more`
4186- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 504 more`
41794187
41804188 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41814189
from line 8299
82918299
82928300 - `ClaudeArtifactPublished object`
82938301
8294 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.
8302 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.
82958303
82968304 - `type: optional "claude_artifact_published"`
82978305
from line 9865
98579865
98589866 - `type: optional "anthropic_actor"`
98599867
9860 default: anthropic_actor
9861
9862 - `email_address: optional string or null`
9863
9864 format: email
9865
9866 - `SystemActor object`
9867
9868 Automated background processing performed by Anthropic systems, acting
9869 without a user or customer credential.
9870
9871 - `type: optional "system_actor"`
9872
9873 default: system_actor
9874
9875 - `service: optional string or null`
9876
9877 Name of the automated process that performed the action, when known.
9878
9879 - `AdminAPIKeyActor object`
9880
9881 - `type: optional "admin_api_key_actor"`
9882
9883 default: admin_api_key_actor
9884
9885 - `admin_api_key_id: string`
9886
9887 - `ip_address: string`
9888
9889 - `user_agent: string`
9890
9891 - `Servic
9868