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