{ "opencollection": "1.0.0", "info": { "name": "JFrog Access REST Access Tokens Runs API", "version": "2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Runs", "type": "folder" }, "items": [ { "info": { "name": "JFrog List Pipeline Runs", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v1/runs", "params": [ { "name": "pipelineIds", "value": "", "type": "query", "description": "Comma-separated pipeline IDs to filter by" }, { "name": "statusCodes", "value": "", "type": "query", "description": "Comma-separated status codes to filter by" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination" } ] }, "docs": "Returns a list of pipeline runs." }, { "info": { "name": "JFrog Get Pipeline Run", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v1/runs/:runId", "params": [ { "name": "runId", "value": "", "type": "path", "description": "Run ID" } ] }, "docs": "Returns details for a specific pipeline run." }, { "info": { "name": "JFrog Cancel Pipeline Run", "type": "http" }, "http": { "method": "POST", "url": "https://{server}.jfrog.io/access/v1/runs/:runId/cancel", "params": [ { "name": "runId", "value": "", "type": "path", "description": "Run ID" } ] }, "docs": "Cancels a running pipeline execution." }, { "info": { "name": "JFrog Trigger Pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://{server}.jfrog.io/access/v1/pipelines/:pipelineId/trigger", "params": [ { "name": "pipelineId", "value": "", "type": "path", "description": "Pipeline ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Triggers a new run of the specified pipeline." } ] } ], "bundled": true }