{ "opencollection": "1.0.0", "info": { "name": "CircleCI REST API V2 Context Job API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Circle-Token", "value": "{{Circle-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Job", "type": "folder" }, "items": [ { "info": { "name": "Get job by number", "type": "http" }, "http": { "method": "GET", "url": "https://circleci.com/api/v2/project/:project-slug/job/:job-number", "params": [ { "name": "project-slug", "value": "", "type": "path" }, { "name": "job-number", "value": "", "type": "path" } ] }, "docs": "Retrieve job details and metadata." }, { "info": { "name": "Cancel a job", "type": "http" }, "http": { "method": "POST", "url": "https://circleci.com/api/v2/jobs/:job-id/cancel", "params": [ { "name": "job-id", "value": "", "type": "path" } ] }, "docs": "Cancel a job by its unique ID." } ] } ], "bundled": true }