{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Container Deployment History API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Container Deployment History", "type": "folder" }, "items": [ { "info": { "name": "List container deployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/container/:containerId/deploymentHistory", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ] }, "docs": "Returns the 20 last container deployments" }, { "info": { "name": "List container deployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/container/:containerId/deploymentHistoryV2", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of deployments to return in the current page" } ] }, "docs": "Returns the 20 last container deployments" } ] } ], "bundled": true }