Run Datasource Node
Runs a single datasource node in the knowledge pipeline and streams its execution events.
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Path Parameters
Knowledge base ID, from List Knowledge Bases.
ID of the datasource node to run, from List Datasource Plugins.
Body
Input variables for the datasource node.
Type of the datasource.
online_document, local_file, website_crawl, online_drive Whether to run the published version of the node instead of the draft.
ID of the credential to authenticate with the datasource, from the credentials array of List Datasource Plugins.
Response
Streaming response with node execution events.
Server-Sent Events stream of node execution progress and results. See SSE Streaming for parsing.