List app files
file_listList files stored by an app with metadata (path, size, MIME, version) and usage totals. Paginate with limit/cursor and narrow results using a path 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 |