{ "opencollection": "1.0.0", "info": { "name": "Buildkite Agent Access Token Annotations API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Annotations", "type": "folder" }, "items": [ { "info": { "name": "List Annotations For A Build", "type": "http" }, "http": { "method": "GET", "url": "https://agent.buildkite.com/v3/organizations/:org/pipelines/:pipeline/builds/:number/annotations", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug" }, { "name": "pipeline", "value": "", "type": "path", "description": "Pipeline slug" }, { "name": "number", "value": "", "type": "path", "description": "Build number" } ] }, "docs": "List Annotations For A Build" } ] } ], "bundled": true }