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 503 more`
22- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 504 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 253
253253
254254 - `"claude_artifact_published"`
255255
256 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.
256 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.
257257
258258 - `"claude_artifact_sharing_updated"`
259259
from line 515
515515
516516 Organization settings were updated.
517517
518 - `"claude_plugin_archive_accessed"`
519
520 A version archive of a member-owned plugin, containing that member's own files, was downloaded.
521
518522 - `"claude_plugin_created"`
519523
520524 Plugin was created.
from line 2106
21022106
21032107 format: date-time
21042108
2105- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 503 more`
2109- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 504 more`
21062110
21072111 Exclude activities of these types. Cannot be combined with `activity_types[]`.
21082112
from line 2340
23362340
23372341 - `"claude_artifact_published"`
23382342
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 on every save, including saves of private artifacts, and changes to who can access the artifact are recorded separately as claude_artifact_sharing_updated.
2343 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.
23402344
23412345 - `"claude_artifact_sharing_updated"`
23422346
from line 2602
25982602
25992603 Organization settings were updated.
26002604
2605 - `"claude_plugin_archive_accessed"`
2606
2607 A version archive of a member-owned plugin, containing that member's own files, was downloaded.
2608
26012609 - `"claude_plugin_created"`
26022610
26032611 Plugin was created.
from line 4185
41774185
41784186#### Returns
41794187
4180- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 503 more`
4188- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 504 more`
41814189
41824190 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41834191
from line 8301
82938301
82948302 - `ClaudeArtifactPublished object`
82958303
8296 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.
8304 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.
82978305
82988306 - `type: optional "claude_artifact_published"`
82998307
from line 9865
98579865
98589866 - `AnthropicActor object`
98599867
9860 - `type: optional "anthropic_actor"`
9861
9862 default: anthropic_actor
9863
9864 - `email_address: optional string or null`
9865
9866 format: email
9867
9868 - `SystemActor object`
9869
9870 Automated background processing performed by Anthropic systems, acting
9871 without a user or customer credential.
9872
9873 - `type: optional "system_actor"`
9874
9875 default: system_actor
9876
9877 - `service: optional string or null`
9878
9879 Name of the automated process that performed the action, when known.
9880
9881 - `AdminAPIKeyActor object`
9882
9883 - `type: optional "admin_api_key_actor"`
9884
9885 default: admin_api_key_actor
9886
9887 - `admin_api_key_id: string`
9888
9889 - `ip_address: string`
9890
9891 - `u
9868 - `typ