pve_backup_list
List backup archives in a specified Proxmox storage to verify backup existence. Provides volume ID, size, and creation time for each backup.
Instructions
READ-ONLY: list backup archives in a storage. Ground truth for whether a backup exists — a backup missing from a pve_tasks_list slice (other node, or outside its limit window) still shows here. Returns a list of dicts (volid, size, ctime, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Proxmox node hosting the storage; defaults to the configured node if omitted. | |
| storage | Yes | Storage ID to list backup archives from. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |