List tasks
pve_list_tasksRetrieve recent task logs for a Proxmox node to track status and exit status of operations, including those that may outlast tool call timeouts.
Instructions
Recent task log for a node, including UPID, type, status and exit status. Useful to check on a long-running operation that may have outlived a tool call timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Target Proxmox node name, e.g. "pve1" | |
| limit | No | Maximum tasks to return | |
| running | No | Only return tasks that are still running |