vikunja_list_tasks
Retrieve tasks from any project, then search, filter, sort, or expand subtasks, buckets, reactions, and comments to find the exact information you need.
Instructions
List tasks across all accessible projects, with optional search, filtering, sorting, and expansions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| expand | No | Expand task details. | |
| filter | No | Vikunja filter query string. | |
| search | No | Search text. Maps to Vikunja query parameter `s`. | |
| sort_by | No | One or more sort fields such as id, title, due_date, priority. | |
| order_by | No | Sort order. | |
| per_page | No | Maximum number of items per page. | |
| filter_timezone | No | Timezone used by filter date comparisons. | |
| filter_include_nulls | No | Include null values in filter results. |