Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

List Session Threads changed

api/beta/sessions/threads/list

Nearest release: v2.1.280, published 20 hours 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.

Recorded here
Lines+5added
Lines−1removed
From line 129 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 129, old and new numbered
/
lines
from line 129
129129 
130130- `"anthropic-workspace-id": optional string`
131131 
132 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
133 
134 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
135 
132136## Returns
133137 
134138- `data: optional array of BetaManagedAgentsSessionThread`
from line 147
143147 
144148 - `agent: BetaManagedAgentsSessionThreadAgent or BetaManagedAgentsAdvisor`
145149 
146 The resolved agent a session thread runs: a saved-agent snapshot, the platform advisor entry, or an inline-defined (ephemeral) agent snapshot.
150 The resolved agent a `session_thread` runs.
147151 
148152 - `BetaManagedAgentsSessionThreadAgent object`
149153