vk_get_projects_7a3678e824df
Retrieves all kanban buckets for a project, sorted by position. Use to view bucket structure and manage tasks within a kanban view.
Instructions
Get all kanban buckets of a project. Raw Vikunja REST proxy for GET /projects/{id}/views/{view}/buckets. Returns all kanban buckets which belong to that project. Buckets are always sorted by their position in ascending order. To get all buckets with their tasks, use the tasks endpoint with a kanban view. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Project ID Required. | |
| view | No | Project view ID Required. |