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