slide_list_snapshots
List backup snapshots from successful backups, filtered by agent, location or deletion state, and backup start/end time to locate available recovery points.
Instructions
List snapshots (taken as part of a successful backup), filterable by agent, location/deletion state, and backup start/end time range.
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 "created". | |
| agent_id | No | Filter snapshots for a specific agent. | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| snapshot_location | No | Filter snapshots by location or deleted status. If omitted, defaults to snapshots that exist locally or in the cloud (not deleted). | |
| backup_ended_after | No | Filter to snapshots completed after a specific backup end time (RFC3339 format). | |
| backup_ended_before | No | Filter to snapshots completed before a specific backup end time (RFC3339 format). | |
| backup_started_after | No | Filter to snapshots created after a specific backup start time (RFC3339 format). | |
| backup_started_before | No | Filter to snapshots created before a specific backup start time (RFC3339 format). |