List app files
file_listList an app's stored files and see path, size, MIME type, version, and usage totals. Page through results with limit and cursor, or filter paths by prefix.
Instructions
List the files an app (app) has stored — a PAGE of {path, size, mime, version} plus usage totals; limit/cursor page through, prefix narrows. These are opaque user files (attachments, exports) the app keeps — separate from its structured data collection. Renders no UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | the app whose files to list | |
| limit | No | page size (default 200) | |
| cursor | No | opaque cursor from the previous page's next_cursor | |
| prefix | No | only paths starting with this prefix |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| eot | No | ||
| note | No | ||
| files | Yes | ||
| total | No | ||
| usage | Yes | ||
| returned | No | ||
| next_cursor | No | ||
| files_version | Yes |