List Workspace Files
list_filesList files in a workspace file library, filtering by mime category (image or document) and searching by name. Returns id, name, mimeType, size, and URL.
Instructions
List files uploaded to the workspace's file library. Filter by mime category and/or name search. Returns id, name, mimeType, size, url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Workspace ID | |
| mimeFilter | No | image = only images, document = everything else | |
| search | No | Substring match on file name | |
| cursor | No | Pagination cursor (file ID returned in previous page) | |
| limit | No | Page size (default 20, max 100) |