Get Todoist Sections
todoist_get_sectionsRetrieve all sections within a Todoist project to organize tasks into groups, providing IDs, names, and sort order for task management.
Instructions
List all sections within a Todoist project.
Sections are used to organize tasks within a project into groups. Returns section IDs, names, and sort order.
Use section IDs with todoist_get_tasks (section_id param) or todoist_create_task (section_id param) to work with tasks in specific sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID to list sections for | |
| response_format | No | 'markdown' for human-readable, 'json' for machine-readable | markdown |