Get GitLab environment
get_environmentFetch a specific environment by its numeric ID from a GitLab project to access its details.
Instructions
Retrieve a single environment by its numeric ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | GitLab project ID or full path such as group/project. | |
| environment_id | Yes | Numeric ID of the environment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |