The whole hunk
from line 61, old and new numbered
/
lines
from line 61
6161
6262 - `"schedule"`
6363
64 The run was fired by the deployment's cron schedule.
65
6466 - `"manual"`
6567
68 The run was started manually by creating a session directly against the deployment.
69
6670### Headers
6771
6872- `"anthropic-beta": optional array of AnthropicBeta`
from line 171
167171
168172- `"anthropic-workspace-id": optional string`
169173
174 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
175
176 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.
177
170178### Returns
171179
172180- `data: array of BetaManagedAgentsDeploymentRun`
from line 452
444452
445453- `deployment_run_id: string`
446454
455 Unique identifier of the deployment run.
456
447457### Headers
448458
449459- `"anthropic-beta": optional array of AnthropicBeta`
from line 558
548558
549559- `"anthropic-workspace-id": optional string`
550560
561 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
562
563 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.
564
551565### Returns
552566
553567- `BetaManagedAgentsDeploymentRun object`
from line 1244
12301244
12311245 - `"schedule"`
12321246
1247 The run was fired by the deployment's cron schedule.
1248
12331249 - `"manual"`
1250
1251 The run was started manually by creating a session directly against the deployment.
12341252
12351253### Beta Managed Agents Unknown Run Error
12361254