v1

latestOpenAPI 3.0.32026-07-24205887.6 KB
Boards

Get board

Fetch a single board's metadata. children is populated with the direct child boards only (one level deep). To reconstruct deeper subtrees, follow each child's board_id recursively or use GET /open/v1/boards and rebuild the tree on the client.

Returns: code=0 success; code=40001 invalid board_id or workspace context missing; code=40401 when the board does not exist in the caller's workspace.

get/open/v1/boards/{board_id}

Path parameters

board_idstring required

Workspace-scoped board UUID. Obtain it from GET /open/v1/boards (the board_id field of any item).

Workspace-scoped board UUID. Obtain it from GET /open/v1/boards (the board_id field of any item).

Response

Successful Response

codeinteger
messagestring