Get Todoist Task
todoist_get_taskRetrieve detailed information about a specific Todoist task using its unique ID, including content, due dates, priority, labels, and project details.
Instructions
Retrieve a single Todoist task by its ID.
Returns full task details: content, description, due date, priority, labels, project/section IDs, comment count, and creation timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to retrieve | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |