List Milestones
milestone_listList milestones for a Taiga project, using optional filters and pagination to retrieve items with count, current page, and next-page info.
Instructions
List milestones, optionally filtered by the given query parameters. Response is { items, pagination } — pagination has { count, current_page, has_next } read from Taiga. Default page_size is 30.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed page number | |
| project | Yes | Project id to scope the list to | |
| page_size | No | Items per page. Default 30. | |
| verbosity | No | Trims the response's fields to cut token cost. "full" (default) = every field Taiga returns. "standard" drops denormalized *_extra_info objects, *_html duplicate fields, and UI-only ordering fields. "minimal" keeps only id/ref/subject/status/assigned_to/project/is_closed. |