List Datasets
truenas_list_datasetsList ZFS datasets on TrueNAS, showing space usage, snapshots, quotas, compression, and mountpoints. Filter by pool and paginate for large systems.
Instructions
List ZFS datasets (filesystems and zvols) with space used/available, snapshot usage, quota, compression, and mountpoint. Filter by pool and paginate for large systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool | No | Only list datasets in this pool (e.g. 'tank') | |
| limit | No | Maximum datasets to return | |
| offset | No | Datasets to skip, for pagination | |
| response_format | No | markdown = compact human-readable summary; json = full structured data | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| offset | Yes | ||
| datasets | Yes | ||
| has_more | Yes | ||
| next_offset | Yes |