跳转到主要内容
GET
/
datasets
/
{dataset_id}
/
pipeline
/
datasource-plugins
Error
A valid request URL is required to generate request examples
[
  {
    "id": "b1c2d3e4-f5a6-7890-abcd-ef1234567890",
    "name": "Web Scraper",
    "type": "online_document"
  }
]

授权

Authorization
string
header
必填

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

路径参数

dataset_id
string<uuid>
必填

知识库 ID。

查询参数

is_published
boolean
默认值:true

获取已发布还是草稿状态的数据源插件。true 返回已发布的插件,false 返回草稿插件。

响应

数据源插件列表。

id
string

数据源插件的唯一标识符。

name
string

数据源插件的显示名称。

type
string

数据源插件类型。