202 with a pending-approval body instead of executing:
- Per-user:
/v1/users/:user_id/approvals(the user’s queue) - Cross-user:
/v1/approvals(operator dashboard, all users)
| Method | Path | Purpose |
|---|---|---|
| GET | /approvals?status= | List approvals |
| GET | /approvals/:id | Get one |
| POST | /approvals/:id/approve | Approve & execute |
| POST | /approvals/:id/deny | Deny |
requiresApproval). See
Architecture → Approvals for the execution model.