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