{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Application Deployment History API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Application Deployment History", "type": "folder" }, "items": [ { "info": { "name": "List application deploys", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/deploymentHistory", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" }, { "name": "startId", "value": "", "type": "query", "description": "Starting point after which to return results" } ] }, "docs": "By default it returns the 20 last results. The response is paginated. In order to request the next page, you can use the startId query parameter. You can also filter by status (FAILED or SUCCESS), and git_commit_id" }, { "info": { "name": "List application deploys", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/deploymentHistoryV2", "params": [ { "name": "applicationId", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of deployments to return in the current page" } ] }, "docs": "By default it returns the 20 last results. The response is paginated. In order to request the next page, you can use the startId query parameter. You can also filter by status (FAILED or SUCCESS), and git_commit_id" } ] } ], "bundled": true }