list_todos
Retrieve and filter todos by completion status, workspace, note, or search text to manage tasks efficiently.
Instructions
List todos with filtering options (by completion status, note, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | Filter by workspace ID | |
| noteId | No | Filter by note ID | |
| completed | No | Filter by completion status | |
| isDeleted | No | Include deleted todos (default: false) | |
| search | No | Search todos by text | |
| sort | No | Sort order for results | |
| limit | No | Number of todos to return |