slide_get_agent_file_versions
Retrieve available snapshot versions for a specific file on an agent, helping you identify valid restore points for recovery.
Instructions
Get the snapshot versions available for a specific file path on an agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the file to get versions for. Must be URL-encoded. | |
| 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_time". | |
| agent_id | Yes | Agent ID. | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). |