{ "opencollection": "1.0.0", "info": { "name": "LlamaIndex LlamaCloud Data Sources Pipeline Data Sinks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pipeline Data Sinks", "type": "folder" }, "items": [ { "info": { "name": "List pipeline data sinks", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloud.llamaindex.ai/api/v1/pipelines/:pipelineId/data-sinks", "params": [ { "name": "pipelineId", "value": "", "type": "path", "description": "Unique identifier of the pipeline." } ] }, "docs": "Retrieve data sinks configured for a specific pipeline. Data sinks define where processed and embedded content is stored, such as vector databases." } ] } ], "bundled": true }