Skip to main content
POST
查询知识文件列表

限制说明

使用说明

  • 不传 pack_id 时默认查询调用者的账户范围知识包(不存在时惰性创建)。
  • 读取团队范围知识包需要是该团队成员。
  • p/limit 参数会被接受,但当前实现始终返回完整文件列表。

授权

app_key
string
query
必填

App key issued from the Flashduty console. Required on every public API call. Keep it secret — it grants the same access as the owning account.

请求体

application/json

要列出文件的知识包。

pack_id
string

知识包 ID;默认为调用者的账户范围知识包。

p
integer

页码,从 1 开始。目前接受但忽略——响应始终返回完整文件列表。

limit
integer

每页条数。目前接受但忽略——响应始终返回完整文件列表。

响应

成功

Standard response envelope used by every Flashduty public API. On success data contains the endpoint-specific payload and error is absent. On failure error is present and data is absent. request_id is always present and is also mirrored in the Flashcat-Request-Id response header.

request_id
string
必填

本次请求的唯一 ID,与 Flashcat-Request-Id 响应头一致。反馈问题时请携带该 ID。

示例:

"01HK8XQE3Z7JM2NTFQ5YJ8P9R4"

error
object

响应结构中的错误 payload,仅在非 2xx 响应时出现。

data
object

知识包内的文件。