Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

One change

List User Profiles

api/beta/user_profiles/list

first seen The page's own history The capture it came from

Nearest release: v2.1.245, published an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

api/beta/user_profiles/list Changed · +16 / -17 lines

# List User Profiles ## Query parameters ## Headers ## Returns ## Example ### Response (200) ## List User Profiles ### Query Parameters ### Header Parameters ### Returns ### Example #### Response

from line 1
----
-title: List User Profiles
-url: https://platform.claude.com/docs/en/api/beta/user_profiles/list
----
+# List User Profiles
 
-## List User Profiles
+**GET** `/v1/user_profiles`
 
-**get** `/v1/user_profiles`
-
 List User Profiles
 
-### Query Parameters
+## Query parameters
 
 - `limit: optional number`
 
   Query parameter for limit
 
+  format: int32
+
 - `order: optional "asc" or "desc"`
 
   Query parameter for order
from line 24
 
   Query parameter for page
 
-### Header Parameters
+## Headers
 
 - `"anthropic-beta": optional array of AnthropicBeta`
 
from line 102
 
     - `"mid-conversation-tool-changes-2026-07-01"`
 
-### Returns
+## Returns
 
 - `data: array of BetaUserProfile`
 
from line 116
 
     A timestamp in RFC 3339 format
 
+    format: date-time
+
   - `metadata: map[string]`
 
     Arbitrary key-value metadata. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars.
from line 140
 
     Object type. Always `user_profile`.
 
-    - `"user_profile"`
-
   - `updated_at: string`
 
     A timestamp in RFC 3339 format
 
+    format: date-time
+
   - `access_type: optional "application" or "passthrough"`
 
     How the platform uses the API on behalf of the entity this profile represents. `application`: the platform sells a product that uses the API behind the scenes, and the profile represents an individual end-user of that product. `passthrough`: the platform resells raw inference, and the profile identifies the resold-to company.
from line 176
 
   Cursor for the next page, or `null` when there are no more results.
 
-### Example
+## Example
 
-```http
+```bash
 curl https://api.anthropic.com/v1/user_profiles \
     -H 'anthropic-version: 2023-06-01' \
     -H 'anthropic-beta: user-profiles-2026-08-18' \
from line 185
     -H "X-Api-Key: $ANTHROPIC_API_KEY"
 ```
 
-#### Response
+### Response (200)
 
 ```json
 {