get_todos
Retrieve all todo checklist items across tasks and projects, including completion status, assignees, due dates, and project context for comprehensive task management.
Instructions
Get all todo checklist items across all tasks and projects.
Returns comprehensive todo data including:
Checkbox items within tasks for granular tracking
Completion status and assignee information
Parent task details with project context
Due dates and priority relative to parent task
Estimated vs actual time for checklist items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Productive task ID to filter todos by | |
| page_number | No | Page number for pagination | |
| page_size | No | Optional number of todos per page (max 200) | |
| extra_filters | No | Additional Productive query filters using API syntax. Common filters: filter[task_id][eq] (ID), filter[status][eq] (1: open, 2: closed), filter[assignee_id][eq] (ID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||