list_files
Retrieve files from ZeroDrive with filters like folder, search, starred, shared, trashed. Supports pagination, sorting by name, size, or date.
Instructions
Retrieve a paginated list of files from ZeroDrive with optional filtering, sorting, and search capabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | No | Filter files by folder ID. Omit to list files in root. | |
| includeSubfolders | No | Include files from all subfolders recursively | |
| starred | No | Filter to show only starred files | |
| shared | No | Filter to show only shared files | |
| trashed | No | Include trashed files in results | |
| search | No | Search query to filter files by name | |
| limit | No | Maximum number of files to return | |
| offset | No | Number of files to skip for pagination | |
| sortBy | No | Field to sort results by | |
| sortOrder | No | Sort order direction |