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 499 more`
22- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 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 1063
10631063
10641064 The "Auto" permission mode in Cowork was enabled for the organization, allowing members to let Claude approve its own actions after a safety check.
10651065
1066 - `"org_cowork_browser_pane_disabled"`
1067
1068 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.
1069
1070 - `"org_cowork_browser_pane_enabled"`
1071
1072 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.
1073
10661074 - `"org_cowork_disabled"`
10671075
10681076 Organization cowork was disabled.
from line 2094
20862094
20872095 format: date-time
20882096
2089- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 499 more`
2097- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 more`
20902098
20912099 Exclude activities of these types. Cannot be combined with `activity_types[]`.
20922100
from line 3138
31303138
31313139 The "Auto" permission mode in Cowork was enabled for the organization, allowing members to let Claude approve its own actions after a safety check.
31323140
3141 - `"org_cowork_browser_pane_disabled"`
3142
3143 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.
3144
3145 - `"org_cowork_browser_pane_enabled"`
3146
3147 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.
3148
31333149 - `"org_cowork_disabled"`
31343150
31353151 Organization cowork was disabled.
from line 4161
41454161
41464162#### Returns
41474163
4148- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 499 more`
4164- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 501 more`
41494165
41504166 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41514167
from line 8745
87298745
87308746 - `user_agent: optional string or null`
87318747
8732 - `audience: array of ArtifactSharingAudienceOrganization or ArtifactSharingAudienceUsers or ArtifactSharingAudienceAnyoneWithLink`
8748 - `audience: array of Organization or Users or AnyoneWithLink`
87338749
87348750 The artifact's sharing audience after the change. If empty, the artifact is visible only to its owner.
87358751
8736 - `ArtifactSharingAudienceOrganization object`
8752 - `Organization object`
87378753
87388754 Sharing audience: visible to the owning organization.
87398755
from line 8757
87418757
87428758 default: organization
87438759
8744 - `ArtifactSharingAudienceUsers object`
8760 - `Users object`
87458761
87468762 Sharing audience: visible to an explicit allowlist of users.
87478763
from line 8765
87498765
87508766 default: users
87518767
8752 - `ArtifactSharingAudienceAnyoneWithLink object`
8768 - `AnyoneWithLink object`
87538769
8754 Sharing audience: anyone with the link, including anonymous viewers
8755 (an artifact shared to the open internet).
8770 Sharing audience: anyone with the link, including anonymous viewers (an artifact shared to the open internet).
87568771
87578772 - `type: optional "anyone_with_link"`
87588773
from line 9917
99029917
99039918 - `ip_address: optional string or null`
99049919
9905 - `user_agent: optional string or null`
9906
9907 - `FederatedActor object`
9908
9909 An external identity asserted by a trusted provider — a cloud-provider
9910 gateway or a customer-registered federation issuer — acting without an
9911 Anthropic-provisioned account or service account.
9912
9913 - `type: optional "federated_actor"`
9914
9915 default: federated_actor
9916
9917 - `provider: FederatedActorAwsProvider or FederatedActorAzureProvider or FederatedActorGcpProvider or FederatedActorOidcProvider`
9918
9919 - `FederatedActorAwsProvider object`
9920
9921 Asserting party: the AWS account the organization is bound to.
9922
9923 - `type: optional "aws
9920 - `user_agen