List approvals for a playbook run

View as Markdown
Lists the run's action approval requests — both pre-action gates (approve before an action runs) and post-action gates (review the action output) — each with its status (pending, approved, rejected, void), the proposed action (slug, installedActionId, name), rationale, params, input files, output and artifacts, plus decision metadata (decidedBy, decidedAt, note, edited params/files/output). Authorization: `space:read` (org admins bypass); missing → 404. Returns `{ data: Approval[] }` with no pagination. Capability redaction: callers without `space:contribute` get artifact URLs / storage keys stripped from the payload.

Authentication

AuthorizationBearer

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

Path parameters

spaceIdstringRequired
runIdstringRequired

Response

The run’s approval requests.

datalist of objects