{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Container Logs API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Container Logs", "type": "folder" }, "items": [ { "info": { "name": "List logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/container/:containerId/log", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ] }, "docs": "This will list the last 1000 logs of the container" } ] } ], "bundled": true }