list_tasks
Retrieve recent Proxmox node tasks including backups, migrations, and snapshots. Filter by status and limit results to monitor cluster operations.
Instructions
List recent tasks on a Proxmox node (backups, migrations, snapshots, etc.).
Args: node: Name of the Proxmox node. limit: Maximum number of tasks to return (default 20, max 100). status: Optional. Filter by task status ('ok', 'error', 'running').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| limit | No | ||
| status | No |