list_milestones
Retrieve a paginated list of milestones for a project. Use offset and limit to control the number of results returned.
Instructions
List milestones for a project. Returns { items, total, offset, limit, hasMore }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50, max: 200) | |
| offset | No | Skip first N items (default: 0) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |