todoist_get_sections
Retrieve sections from Todoist projects, with options to filter by project ID and manage pagination for organized task management.
Instructions
Get all sections, or sections for a specific project. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Filter sections by project ID (optional). | |
| cursor | No | Pagination cursor for next page (optional). | |
| limit | No | Maximum number of sections to return (default: 50) (optional). |