List Cycles
list_cyclesRetrieve a project's cycles (sprints) with optional status filter and pagination to track planning, current, and completed iterations.
Instructions
List a project's cycles (sprints).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response's `next_cursor`. | |
| per_page | No | Items per page (1-100). | |
| cycle_view | No | Filter by status, e.g. "current", "upcoming", "completed", "draft". | |
| project_id | Yes | Project UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||