Skip to main content
GET
获取知识库的文档列表

Authorizations

Authorization
string
header
required

API Key 认证。对于所有 API 请求,请在 Authorization HTTP 头中包含您的 API Key,并加上 Bearer 前缀。示例:Authorization: Bearer {API_KEY}强烈建议将 API Key 存储在服务端,不要在客户端共享或存储,以避免 API Key 泄漏导致严重后果。

Path Parameters

dataset_id
string<uuid>
required

知识库 ID。

Query Parameters

page
integer
default:1

要获取的页码。

limit
integer
default:20

每页的项目数量。服务器上限为 100

keyword
string

按文档名称筛选的搜索关键词。

status
enum<string>

按显示状态筛选。

Available options:
queuing,
indexing,
paused,
error,
available,
disabled,
archived

Response

文档列表。

data
object[]

知识库对象数组。

has_more
boolean

下一页是否还有更多项目。

limit
integer

每页条目数。

total
integer

匹配条目的总数。

page
integer

当前页码。

Last modified on June 29, 2026