list_milestones
List GitLab project milestones with filters for state, title, date range, and search. Use pagination to navigate large milestone sets.
Instructions
List milestones in a GitLab project with filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iids | No | Return only the milestones having the given iid | |
| page | No | Page number for pagination (default: 1) | |
| state | No | Return only active or closed milestones | |
| title | No | Return only milestones with a title matching the provided string | |
| search | No | Return only milestones with a title or description matching the provided string | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| updated_after | No | Return milestones updated after the specified date (ISO 8601 format) | |
| updated_before | No | Return milestones updated before the specified date (ISO 8601 format) | |
| include_ancestors | No | Include ancestor groups |