checkvist_get_task
Retrieve a specific task by its ID from a Checkvist checklist, including its parent hierarchy and optional notes.
Instructions
Get a specific task by ID, including its parent hierarchy (returns JSON)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task | |
| with_notes | No | Include notes/comments | |
| checklist_id | Yes | The ID of the checklist |