slide_list_backups
Lists backup attempts with success or failure status, filterable by agent, device, snapshot, and start/end time range for targeted review.
Instructions
List backup attempts (each may have succeeded or failed), filterable by agent, snapshot, device, and 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 "start_time". | |
| agent_id | No | Filter backups for a specific agent. | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| device_id | No | Filter backups for a specific device. | |
| snapshot_id | No | Filter to the backup that produced a specific snapshot. | |
| backup_ended_after | No | Filter to backups completed after a specific timestamp (RFC3339 format). | |
| backup_ended_before | No | Filter to backups completed before a specific timestamp (RFC3339 format). | |
| backup_started_after | No | Filter to backups started after a specific timestamp (RFC3339 format). | |
| backup_started_before | No | Filter to backups started before a specific timestamp (RFC3339 format). |