{ "opencollection": "1.0.0", "info": { "name": "LlamaIndex LlamaCloud Data Sources Retrieval API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Retrieval", "type": "folder" }, "items": [ { "info": { "name": "Run search", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloud.llamaindex.ai/api/v1/pipelines/:pipelineId/retrieve", "params": [ { "name": "pipelineId", "value": "", "type": "path", "description": "Unique identifier of the pipeline." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute a retrieval query against the indexed content of a managed pipeline. Returns ranked results matching the query with configurable retrieval modes including fast, accurate, and advanced options." } ] } ], "bundled": true }