Decide a batch of playbook run approvals

View as Markdown
Applies up to 20 approval decisions in order. Each decision is validated independently (same fields as the single-decision endpoint, plus `approvalId`) and failures are reported per item without rolling back the others; the agent loop is resumed once at the end. Authorization: `space:contribute` (org admins bypass); missing → 403. The body is capped at 1 MiB → 413 `payload_too_large`. Returns 200 `{ data: Outcome[] }` in request order.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
runIdstringRequired

Request

Up to 20 decisions, applied in order; each item is validated independently and failures are reported per item without rolling back the others. Capped at 1 MiB.

decisionslist of objectsRequired

Response

Per-decision outcomes, in request order.

datalist of objects

Errors

413
Content Too Large Error