get_knowledge_list
Browse a knowledge base directory to list files and subfolders, starting at root or a specified folder, with pagination support.
Instructions
浏览知识库内容列表(根目录或指定文件夹),分页返回文件与子文件夹。操作根目录时省略 folder_id。folder_id 以 folder_ 前缀开头。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回数量上限,1-50。 | |
| cursor | No | 分页游标,首次传空字符串。 | |
| folder_id | No | 文件夹 ID(folder_ 前缀)。省略则浏览根目录。 | |
| knowledge_base_id | Yes | 知识库 ID。 |