Files List Files Page
files_list_files_pageBrowse uploaded files with a limit and cursor to control output and avoid unbounded lists.
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. |