{ "opencollection": "1.0.0", "info": { "name": "JFrog Access REST Access Tokens Steps API", "version": "2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Steps", "type": "folder" }, "items": [ { "info": { "name": "JFrog Get Step Details", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v1/steps/:stepId", "params": [ { "name": "stepId", "value": "", "type": "path", "description": "Step ID" } ] }, "docs": "Returns details for a specific step execution." }, { "info": { "name": "JFrog Get Step Logs", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v1/steps/:stepId/logs", "params": [ { "name": "stepId", "value": "", "type": "path", "description": "Step ID" } ] }, "docs": "Returns console logs for a specific step execution." } ] } ], "bundled": true }