List Snapshots
pbs_list_snapshotsList snapshots in a Proxmox Backup Server datastore, filter by backup type, ID, or namespace to view details like size and verification status.
Instructions
List snapshots in a datastore, optionally filtered by backup type and ID.
Args:
store (string): Datastore name
backup_type (string, optional): Filter by type — "vm", "ct", or "host"
backup_id (string, optional): Filter by backup ID (e.g. "100")
ns (string, optional): Namespace path
Returns: Array of snapshots with type, ID, timestamp, size, protection status, verification state, and file list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | Namespace path | |
| store | Yes | Datastore name | |
| backup_id | No | Filter by backup ID (e.g. '100') | |
| backup_type | No | Filter by backup type |