{ "opencollection": "1.0.0", "info": { "name": "CircleCI REST API V2 Context Pipeline API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Circle-Token", "value": "{{Circle-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Pipeline", "type": "folder" }, "items": [ { "info": { "name": "Continue a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://circleci.com/api/v2/pipeline/continue", "body": { "type": "json", "data": "{}" } }, "docs": "Continue a pipeline from the setup phase." }, { "info": { "name": "Get pipeline by ID", "type": "http" }, "http": { "method": "GET", "url": "https://circleci.com/api/v2/pipeline/:pipeline-id", "params": [ { "name": "pipeline-id", "value": "", "type": "path" } ] }, "docs": "Retrieve pipeline details by unique identifier." }, { "info": { "name": "Trigger a new pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://circleci.com/api/v2/project/:project-slug/pipeline", "params": [ { "name": "project-slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a new pipeline on a project." } ] } ], "bundled": true }