pbs_snapshots_list
List backup snapshots in a PBS datastore with optional filters for namespace, backup type, or backup ID. Returns metadata including type, ID, timestamp, size, owner, and protection status.
Instructions
READ-ONLY: list backup snapshots in a PBS datastore with optional filters. Returns snapshot metadata including backup type, ID, timestamp, size, owner, and protection status; filter by namespace, backup_type (vm/ct/host), or backup_id. To delete one use pbs_snapshot_delete; to change its protected flag or notes use pbs_snapshot_protected_set or pbs_snapshot_notes_set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | Namespace path to filter by; omit for the root namespace. | |
| store | Yes | PBS datastore name. | |
| backup_id | No | Backup group ID (e.g. VMID/CTID or host name) to filter by. | |
| backup_type | No | Backup type filter: 'vm', 'ct', or 'host'. | |
| 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 |