v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
Knowledge Pipeline

Run Datasource Node

Runs a single datasource node in the knowledge pipeline and streams its execution events.

post/datasets/{dataset_id}/pipeline/datasource/nodes/{node_id}/run

Path parameters

dataset_idstring uuid required

Knowledge base ID, from List Knowledge Bases.

node_idstring required

ID of the datasource node to run, from List Datasource Plugins.

Request body

inputsobject required

Input variables for the datasource node.

datasource_type'online_document' | 'local_file' | 'website_crawl' | 'online_drive' required

Type of the datasource.

credential_idstring nullable

ID of the credential to authenticate with the datasource, from the credentials array of List Datasource Plugins.

is_publishedboolean required

Whether to run the published version of the node instead of the draft.

Response

Streaming response with node execution events.