List ZFS Snapshots
truenas_list_snapshotsList ZFS snapshots with creation time and space used. Filter by dataset and paginate through large snapshot lists across TrueNAS versions.
Instructions
List ZFS snapshots with creation time and space used. Systems often have thousands of snapshots — filter by dataset and paginate. Works across TrueNAS versions (the underlying API differs; this tool picks the right one automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum snapshots to return | |
| offset | No | Snapshots to skip, for pagination | |
| dataset | No | Only snapshots of this dataset (e.g. 'tank/appdata') | |
| response_format | No | markdown = compact human-readable summary; json = full structured data | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| snapshots | Yes | ||
| next_offset | Yes |