todoist_get_comments
Retrieve comments for Todoist tasks or projects with pagination support to view and manage discussion threads.
Instructions
Get comments for a task or project with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | Task ID to get comments for (provide either taskId or projectId, not both) | |
| projectId | No | Project ID to get comments for (provide either taskId or projectId, not both) | |
| cursor | No | Pagination cursor for next page (optional) | |
| limit | No | Maximum number of comments to return (optional) |