Files List Files Page
files_list_files_pageList uploaded files page by page using an opaque cursor and a limit, preventing unbounded catalogs. Fetch up to 100 files per request.
Instructions
Page through uploaded files without returning an unbounded catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of uploaded files to return (1-100). | |
| cursor | No | Opaque continuation cursor returned by the previous page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of files returned in this page. | |
| files | Yes | Uploaded file summaries in this page. | |
| next_cursor | No | Cursor for the next page, or null at the end. |