slide_list_image_exports
List image exports as mountable disk snapshots, filterable by creation date, for read-only backup review without exposing secrets.
Instructions
List image exports (a snapshot exported as an ISCSI/NFS/Samba-mountable disk image), filterable by creation date. The live Samba password is never returned, even though the underlying Slide API includes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "id". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| created_after | No | Filter results to after a specific creation timestamp (RFC3339 format). | |
| created_before | No | Filter results to before a specific creation timestamp (RFC3339 format). |