pve_list_backups
List backup archives across all Proxmox VE storages, with optional filters for VM ID or storage name. Returns volume ID, VM ID, storage, node, size, and creation time, sorted newest first.
Instructions
List backup archives across storages, optionally filtered.
Applies to: VM and CT backups (vzdump archives). ``vmid`` filters to one
guest; ``storage`` filters to one storage. Convenience wrapper that scans
every backup-capable storage (via /cluster/resources?type=storage) and
aggregates their ``content=backup`` listings.
Returns a JSON list with ``volid``, ``vmid``, ``storage``, ``node``,
``size`` (bytes, +human) and ``ctime`` (+human), newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | No | ||
| storage | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |