snapshot_list
List ZFS snapshots from TrueNAS, optionally filter by dataset, and adjust limit to retrieve full sets if results are truncated.
Instructions
[READ] List ZFS snapshots, optionally filtered to one dataset.
Returns {"snapshots": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there are more snapshots than were returned — re-run with a higher limit or filter to one dataset.
Args: dataset: Optional dataset path to filter (e.g. 'tank/data'). limit: Max snapshot rows to return (default 200). target: TrueNAS target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| dataset | No |