get_doc
Retrieve detailed content from Yuque documents, including body text, edit history, and permissions, with support for chunking large files for efficient processing.
Instructions
获取语雀中特定文档的详细内容,包括正文、修改历史和权限信息(支持分块处理大型文档)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accessToken | No | 用于认证 API 请求的令牌 | |
chunk_index | No | 要获取的文档块索引,不提供则返回第一块或全部(如果内容较小) | |
chunk_size | No | 分块大小(字符数),默认为100000 | |
namespace | Yes | 知识库的命名空间,格式为 user/repo | |
slug | Yes | 文档的唯一标识或短链接名称 |