Runn: list phases
runn_list_phasesList phases for a given project by providing its project ID, or list all phases across every project when no ID is given.
Instructions
List project phases. With projectId, lists that project's phases (GET /projects/{id}/phases); without it, lists phases 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 phases. |