v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
project

Get all kanban buckets of a project

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.

get/projects/{id}/views/{view}/buckets

Path parameters

idinteger required

Project ID

viewinteger required

Project view ID

Response

The buckets

countinteger

The number of tasks currently in this bucket

createdstring

A timestamp when this bucket was created. You cannot change this value.

idinteger

The unique, numeric id of this bucket.

limitinteger

How many tasks can be at the same time on this board max

positionnumber

The position this bucket has when querying all buckets. See the tasks.position property on how to use this.

project_view_idinteger

The project view this bucket belongs to.

titlestring

The title of this bucket.

updatedstring

A timestamp when this bucket was last updated. You cannot change this value.