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