linear_get_project_milestones
Retrieve project milestones with optional filters by name, target date, or completion status. Supports pagination and ordering.
Instructions
Get milestones for a project with filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to get milestones for | |
| filter | No | Optional filter criteria | |
| first | No | Number of items to return (used with after) | |
| after | No | Cursor for forward pagination | |
| last | No | Number of items to return (used with before) | |
| before | No | Cursor for backward pagination | |
| includeArchived | No | Include archived milestones | |
| orderBy | No | Field to order by (createdAt or updatedAt) |