获取文件夹内容
classin_get_cloud_listRetrieves a list of files and subfolders from a specified ClassIn cloud folder using its folder ID, with output as markdown or JSON.
Instructions
获取指定文件夹下的文件及文件夹列表。
参数:
folderId: 文件夹ID
返回:
文件和文件夹列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | 文件夹ID | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |