List the datasource nodes configured in the knowledge pipeline. Each node includes the plugin it uses plus the metadata needed to run it.
Documentation Index
Fetch the complete documentation index at: https://docs.dify.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
Knowledge base ID.
Whether to retrieve nodes from the published or draft pipeline. true returns nodes from the published version, false returns nodes from the draft.
List of datasource nodes configured in the pipeline.
ID of the datasource node in the pipeline workflow. Pass this as node_id to Run Datasource Node, or as start_node_id to Run Pipeline.
ID of the datasource plugin providing this node.
Provider name registered by the datasource plugin.
Type of datasource. One of local_file, online_document, online_drive, website_crawl.
Display title configured for the node.
Pipeline input variables the caller must supply for this datasource, derived from {{#...#}} references in the node's datasource parameters. Each item follows the pipeline variable schema used by the workflow.
Credentials available for authenticating with this datasource.