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

Update Session changed

api/beta/sessions/update

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+12added
Lines−0removed
From line 117 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 117, old and new numbered
/
lines
from line 117
117117 
118118- `"anthropic-workspace-id": optional string`
119119 
120 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
121 
122 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.
123 
120124## Body parameters
121125 
122126- `agent: optional BetaManagedAgentsSessionAgentUpdate`
from line 1405
14011405 
14021406 - `"rescheduling"`
14031407 
1408 Transient error occurred, retrying automatically.
1409 
14041410 - `"running"`
14051411 
1412 Agent is actively executing.
1413 
14061414 - `"idle"`
14071415 
1416 Agent is waiting for input, including user messages or tool confirmations. Sessions start in idle.
1417 
14081418 - `"terminated"`
1419 
1420 Session has ended, either due to an error or completion.
14091421 
14101422 - `title: string or null`
14111423