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