checkvist_get_tasks
Get all tasks from a checklist in raw JSON format. Provides complete data structure when you need full task details for integration or analysis.
Instructions
Get all tasks from a checklist as raw JSON. Use checkvist_get_tasks_summary instead for easier reading. Only use this when you need the complete JSON data structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| with_notes | No | Include notes/comments in the response | |
| checklist_id | Yes | The ID of the checklist |