List pending questions
list_pending_inputsLists agent runs paused for human approval or input, including write-consent requests with always_allow and scope options. Excludes sessions already superseded by later runs.
Instructions
List the agent's runs that are paused awaiting a human approval or input (the HITL queue). A row with a "consent_tool" is a write-consent approval: answering it with always_allow=true also stops the agent asking for that tool, and scope="thread" allows only the rest of this conversation's calls to the same connection, method and host. A request whose session has already moved on is not listed: a later run in that conversation has completed, so answering it would resume a superseded turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent's UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending_inputs | Yes | Runs currently parked on a human approval or input request. A request whose session has already moved on is left out: answering it would resume a superseded turn. |