get_user_docs
Retrieve a comprehensive list of all knowledge base documents, including private and collaborative files, associated with the current user on the Yuque platform.
Instructions
获取当前用户的所有知识库文档列表,包括私人和协作文档
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accessToken | No | 用于认证 API 请求的令牌 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"accessToken": {
"description": "用于认证 API 请求的令牌",
"type": "string"
}
},
"type": "object"
}