{ "opencollection": "1.0.0", "info": { "name": "Vectara REST Agents Pipelines API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Pipelines", "type": "folder" }, "items": [ { "info": { "name": "List Pipelines", "type": "http" }, "http": { "method": "GET", "url": "https://api.vectara.io/v2/pipelines" }, "docs": "List Pipelines" }, { "info": { "name": "Create A Pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.vectara.io/v2/pipelines" }, "docs": "Create A Pipeline" }, { "info": { "name": "List Pipeline Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.vectara.io/v2/pipeline-runs" }, "docs": "List Pipeline Runs" } ] } ], "bundled": true }