跳转到主要内容
GET
获取标注列表

授权

Authorization
string
header
必填

每个请求都通过 API Key 认证:Authorization: Bearer {API_KEY}。应用接口使用应用 API Key,知识库接口使用知识库 API Key(快速开始)。

API Key 应保存在服务端,切勿嵌入客户端代码。缺失或无效的 Key 会返回 HTTP 401unauthorized)。

查询参数

page
integer
默认值:1

页码。

必填范围: x >= 1
limit
integer
默认值:20

每页条目数。超过 100 的请求会被限制为 100。

必填范围: x >= 1
keyword
string

按问题或回答内容筛选标注的关键词。

响应

200 - application/json

成功获取标注列表。

data
object[]

当前页面的标注项列表。

has_more
boolean

如果当前结果集之后还有更多页面,则为 true

limit
integer

每页条目数。

total
integer

匹配查询条件的标注总数。

page
integer

当前页码。