Runn: list milestones
runn_list_milestonesLists milestones from a specific project or across all projects. Use projectId to filter by project, or call without it to see every milestone.
Instructions
List milestones. With projectId, lists that project's milestones (GET /projects/{id}/milestones); without it, lists milestones across all projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (endpoint max applies). | |
| cursor | No | Pagination cursor from a previous page's nextCursor. | |
| fetchAll | No | If true, follow the cursor and return ALL items (capped). Otherwise return one page. | |
| projectId | No | Restrict to one project's milestones. |