list_buckets
List kanban columns for a project in board order, without tasks. Use to inspect bucket definitions and capacity limits.
Instructions
List the columns of a project's kanban view, in board order.
The columns alone, with no tasks in them. list_board takes the same arguments and
returns each column with its tasks.
limit is the most tasks the bucket accepts, where 0 means no limit; a move into
a full bucket is refused. Vikunja does not populate task counts on this endpoint,
and list_board reports them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |