get_group_book_statistics
Analyze team knowledge base statistics such as document count, word count, and readership metrics. Filter by name, time range, and sort by various fields to retrieve insights systematically.
Instructions
获取团队知识库的统计数据,包括各知识库的文档数、字数、阅读量等
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accessToken | No | 用于认证 API 请求的令牌 | |
limit | No | 每页数量,默认为10,最大为20 | |
login | Yes | 团队的登录名或唯一标识 | |
name | No | 知识库名称,用于过滤特定知识库 | |
page | No | 页码,默认为1 | |
range | No | 时间范围(0: 全部, 30: 近30天, 365: 近一年) | |
sortField | No | 排序字段,可选值:content_updated_at_ms、word_count、post_count、read_count、like_count、watch_count、comment_count | |
sortOrder | No | 排序方向,可选值:desc(降序)、asc(升序),默认为desc |