list_tasks
Retrieve and organize all tasks from Vikunja projects with pagination, search, sorting, and filtering options for comprehensive task management.
Instructions
List all tasks across all projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| per_page | No | Number of items per page (max 100) | |
| search | No | Search query | |
| sort_by | No | Field to sort by | |
| order_by | No | Sort order | |
| filter_by | No | Field to filter by | |
| filter_value | No | Value to filter by |