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 Deployments changed

api/beta/deployments/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+12added
Lines−0removed
From line 47 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 47, old and new numbered
/
lines
from line 47
4747 
4848 - `"active"`
4949 
50 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
51 
5052 - `"paused"`
5153 
54 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
55 
5256## Headers
5357 
5458- `"anthropic-beta": optional array of AnthropicBeta`
from line 157
153157 
154158- `"anthropic-workspace-id": optional string`
155159 
160 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
161 
162 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.
163 
156164## Returns
157165 
158166- `data: array of BetaManagedAgentsDeployment`
from line 647
639647 
640648 - `"active"`
641649 
650 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
651 
642652 - `"paused"`
653 
654 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
643655 
644656 - `updated_at: string`
645657