v1
latestOpenAPI 3.0.32026-07-12101432.4 KBKanban
getKanbanBoards
Returns a list of all Kanban boards accessible to the authenticated user.
Use the filter query parameter to narrow results to boards the user owns (owned) or boards shared with them (shared). When omitted, all accessible boards are returned.
get/v1/kanban/boards
Query parameters
filter'owned' | 'shared'
Filter boards by ownership type. If not provided, returns all accessible boards.
Response
Successfully retrieved boards
Example response
[
{
"title": "Board 1",
"description": "Board description"
}
]