Accept (execute) or reject a staged agent action in the approval queue
Private · API Requires bearer
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| owner* | path | string | — |
| repo* | path | string | — |
| id* | path | string | — |
| decision* | path | string | — |
Responses
- 200The decided action's outcome (#779): accept executes it live, reject cancels it. Mirrors the loopover_decide_pending_action MCP tool.
- 400Decision is not 'accept' or 'reject'
- 403Insufficient role
- 404Pending action not found for this repository
- 409Pending action was already decided