Get GitLab deployment
get_deploymentGet full details of a GitLab deployment, including status, environment, deployable, pipeline, and approval summary, by providing project and deployment ID.
Instructions
Retrieve a single deployment with status, environment, deployable, pipeline, and (on Premium/Ultimate) approval summary information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | GitLab project ID or full path such as group/project. | |
| deployment_id | Yes | Numeric ID of the deployment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |