openclaw_exec_approval_get
Get the command, arguments, agent, and status of a specific execution approval request. Read-only.
Instructions
Get details of a specific exec approval request (command, args, agent, status). Wraps exec.approval.get. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exec approval request id | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |