list_tasks
List project tasks with server-side filtering and sorting. Use custom filters and sort keys to retrieve exactly the tasks you need, paginated for completeness.
Instructions
List tasks in a project.
filter and sort_by are passed to Vikunja and applied server-side, e.g.
filter="done = false && priority >= 4", sort_by="priority". Vikunja filters
then paginates. Results are complete at any page size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| filter | No | ||
| sort_by | No | ||
| per_page | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |