list_environments
List GitLab project environments with filters for name, search, state, and pagination.
Instructions
List environments for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| name | No | Filter by environment name | |
| search | No | Search environments by name | |
| states | No | Filter by state | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |