slide_browse_file_restore
Browse files and folders inside a backup restore to locate specific data, optionally at a path, with paginated results for easy navigation.
Instructions
Browse the files and folders exposed by a file restore, optionally at a specific path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to browse within the restore. Defaults to the root. | |
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| file_restore_id | Yes | File restore ID. |