list_board
Fetch a kanban board's columns and the tasks in each column. Use filters to narrow down which tasks are returned.
Instructions
The whole board: a kanban view's columns with the tasks sitting in each.
list_buckets answers the thinner question, the columns alone, and takes the same
arguments. Reach for that one when the tasks are of no interest, and for this one
when they are.
task_count is the column's true size, which can exceed the tasks returned:
Vikunja caps how many it sends per column. To reach the rest, narrow with
filter, the same server-side syntax list_tasks takes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| view_id | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |