slide_list_file_restores
List file restores to find snapshots available for browsing or downloading individual files, with optional filtering by creation date and pagination.
Instructions
List file restores (a snapshot exposed for browsing/downloading individual files), filterable by creation date.
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). |