{ "opencollection": "1.0.0", "info": { "name": "Codefresh REST Access Control Audit API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Audit", "type": "folder" }, "items": [ { "info": { "name": "Download audit logs", "type": "http" }, "http": { "method": "GET", "url": "https://g.codefresh.io/api/audit/download", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Download audit logs" } ] } ], "bundled": true }