Get Todoist Project
todoist_get_projectRetrieve a Todoist project by ID to access its details including name, color, parent project, comment count, sharing status, and view style.
Instructions
Retrieve a single Todoist project by its ID.
Returns full project details including name, color, parent project, comment count, sharing status, and view style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID to retrieve | |
| response_format | No | 'markdown' for human-readable, 'json' for machine-readable | markdown |