get_project_tasks
Retrieve all tasks from a specific Todoist project, including details like content, due date, and priority.
Instructions
Get all tasks from a Todoist project.
Returns tasks with: id, content, description, labels, due, priority, project_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name as it appears in Todoist (case-insensitive). Use list_todoist_projects() to see available projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |