fetch
Retrieve full contents of a Todoist task or project by ID. Use 'task:{id}' or 'project:{id}' to get complete details when the entire item is needed.
Instructions
Fetch the full contents of a task or project by its ID. The ID should be in the format "task:{id}" or "project:{id}". (Comments may exist; use find-comments to retrieve them.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A unique identifier for the document in the format "task:{id}" or "project:{id}". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the fetched document. | |
| url | Yes | The URL of the document. | |
| text | Yes | The text content of the document. | |
| title | Yes | The title of the document. | |
| metadata | No | Additional metadata about the document. |