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 499 more`
18- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 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 1059
10591059
10601060 The "Auto" permission mode in Cowork was enabled for the organization, allowing members to let Claude approve its own actions after a safety check.
10611061
1062 - `"org_cowork_browser_pane_disabled"`
1063
1064 The in-app browser in Cowork was disabled for the organization, so Claude can no longer open or use websites in a browser pane during members' Cowork sessions.
1065
1066 - `"org_cowork_browser_pane_enabled"`
1067
1068 The in-app browser in Cowork was enabled for the organization, letting Claude open and use websites in a browser pane during members' Cowork sessions.
1069
10621070 - `"org_cowork_disabled"`
10631071
10641072 Organization cowork was disabled.
from line 2090
20822090
20832091 format: date-time
20842092
2085- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 499 more`
2093- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 more`
20862094
20872095 Exclude activities of these types. Cannot be combined with `activity_types[]`.
20882096
from line 3134
31263134
31273135 The "Auto" permission mode in Cowork was enabled for the organization, allowing members to let Claude approve its own actions after a safety check.
31283136
3137 - `"org_cowork_browser_pane_disabled"`
3138
3139 The in-app browser in Cowork was disabled for the organization, so Claude can no longer open or use websites in a browser pane during members' Cowork sessions.
3140
3141 - `"org_cowork_browser_pane_enabled"`
3142
3143 The in-app browser in Cowork was enabled for the organization, letting Claude open and use websites in a browser pane during members' Cowork sessions.
3144
31293145 - `"org_cowork_disabled"`
31303146
31313147 Organization cowork was disabled.
from line 4157
41414157
41424158## Returns
41434159
4144- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 499 more`
4160- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 501 more`
41454161
41464162 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41474163
from line 8741
87258741
87268742 - `user_agent: optional string or null`
87278743
8728 - `audience: array of ArtifactSharingAudienceOrganization or ArtifactSharingAudienceUsers or ArtifactSharingAudienceAnyoneWithLink`
8744 - `audience: array of Organization or Users or AnyoneWithLink`
87298745
87308746 The artifact's sharing audience after the change. If empty, the artifact is visible only to its owner.
87318747
8732 - `ArtifactSharingAudienceOrganization object`
8748 - `Organization object`
87338749
87348750 Sharing audience: visible to the owning organization.
87358751
from line 8753
87378753
87388754 default: organization
87398755
8740 - `ArtifactSharingAudienceUsers object`
8756 - `Users object`
87418757
87428758 Sharing audience: visible to an explicit allowlist of users.
87438759
from line 8761
87458761
87468762 default: users
87478763
8748 - `ArtifactSharingAudienceAnyoneWithLink object`
8764 - `AnyoneWithLink object`
87498765
8750 Sharing audience: anyone with the link, including anonymous viewers
8751 (an artifact shared to the open internet).
8766 Sharing audience: anyone with the link, including anonymous viewers (an artifact shared to the open internet).
87528767
87538768 - `type: optional "anyone_with_link"`
87548769
from line 9915
99009915
99019916 - `user_agent: optional string or null`
99029917
9903 - `FederatedActor object`
9904
9905 An external identity asserted by a trusted provider — a cloud-provider
9906 gateway or a customer-registered federation issuer — acting without an
9907 Anthropic-provisioned account or service account.
9908
9909 - `type: optional "federated_actor"`
9910
9911 default: federated_actor
9912
9913 - `provider: FederatedActorAwsProvider or FederatedActorAzureProvider or FederatedActorGcpProvider or FederatedActorOidcProvider`
9914
9915 - `FederatedActorAwsProvider object`
9916
9917 Asserting party: the AWS account the organization is bound to.
9918
9919 - `type: optional "aws"`
9920
9921 default: aws
9922
9918