{ "opencollection": "1.0.0", "info": { "name": "lakeFS actions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "actions", "type": "folder" }, "items": [ { "info": { "name": "list runs", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/repositories/:repository/actions/runs", "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "after", "value": "", "type": "query", "description": "return items after this value" }, { "name": "amount", "value": "", "type": "query", "description": "how many items to return" }, { "name": "branch", "value": "", "type": "query" }, { "name": "commit", "value": "", "type": "query" } ] }, "docs": "list runs" }, { "info": { "name": "get a run", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/repositories/:repository/actions/runs/:run_id", "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" } ] }, "docs": "get a run" }, { "info": { "name": "list run hooks", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/repositories/:repository/actions/runs/:run_id/hooks", "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" }, { "name": "after", "value": "", "type": "query", "description": "return items after this value" }, { "name": "amount", "value": "", "type": "query", "description": "how many items to return" } ] }, "docs": "list run hooks" }, { "info": { "name": "get run hook output", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/repositories/:repository/actions/runs/:run_id/hooks/:hook_run_id/output", "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" }, { "name": "hook_run_id", "value": "", "type": "path" } ] }, "docs": "get run hook output" } ] } ], "bundled": true }