list-cycles
Retrieve all cycles from a Plane project with pagination support to manage development sprints and track project timelines effectively.
Instructions
List all cycles in a project with optional pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor in format 'value:offset:is_prev' (optional) | |
| per_page | No | Number of items per page (default: 100, max: 100) | |
| project_id | Yes | ID of the project to get cycles from |