Skip to main content
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"
  }
]

Authorizations

Authorization
string
header
required

API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.

Path Parameters

dataset_id
string<uuid>
required

Knowledge base ID.

Query Parameters

is_published
boolean
default:true

Whether to retrieve published or draft datasource plugins. true returns published plugins, false returns draft plugins.

Response

List of datasource plugins.

id
string

Unique identifier of the datasource plugin.

name
string

Display name of the datasource plugin.

type
string

Type of the datasource plugin.