{ "opencollection": "1.0.0", "info": { "name": "Trigger.dev Management Batches Deployments API", "version": "3.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "List Deployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.trigger.dev/api/v1/deployments" }, "docs": "Returns all deployments for the project, including version and status." }, { "info": { "name": "Get Deployment", "type": "http" }, "http": { "method": "GET", "url": "https://api.trigger.dev/api/v1/deployments/:deploymentId", "params": [ { "name": "deploymentId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific deployment." }, { "info": { "name": "Get Latest Deployment", "type": "http" }, "http": { "method": "GET", "url": "https://api.trigger.dev/api/v1/deployments/latest" }, "docs": "Returns the most recent deployment for the project." }, { "info": { "name": "Promote Deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.trigger.dev/api/v1/deployments/:deploymentId/promote", "params": [ { "name": "deploymentId", "value": "", "type": "path" } ] }, "docs": "Promote a specific deployment version to production." } ] } ], "bundled": true }