pve_list_tasks
List recent tasks from Proxmox VE, sorted newest first. Filter by node, limit results, or show only failed tasks.
Instructions
List recent tasks, newest first.
Applies to: task history. If ``node`` is given, lists that node's tasks;
otherwise aggregates across all nodes. ``limit`` caps the number of
entries returned; ``errors_only`` keeps only failed tasks.
Returns a JSON list with ``upid``, ``type``, ``id`` (often the vmid),
``user``, ``status`` (final status / "OK"), ``starttime``/``endtime``
(+human). Source: GET /nodes/{node}/tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| limit | No | ||
| errors_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |