Get deployment process details from Octopus Deploy
get_deployment_processRetrieve deployment processes for Octopus Deploy projects by providing project or process ID. Supports branch-specific retrieval and optional detailed step properties.
Instructions
Get deployment process by ID
This tool retrieves a deployment process by its ID. Each project has a deployment process attached, and releases/deployments can also have frozen processes attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceName | Yes | ||
| projectId | No | The ID of the project to retrieve the deployment process for. If processId is not provided, this parameter is required. | |
| processId | No | The ID of the deployment process to retrieve. If not provided, the deployment process for the project will be retrieved. | |
| branchName | No | Optional branch name to get the deployment process for a specific branch (if using version controlled projects). Try `main` or `master` if unsure. | |
| includeDetails | No | Include detailed properties for steps and actions. Defaults to false. |