Get board
Returns the whole board in one call: its own attributes, its tabs in position order with each tab’s widgets nested, and the filters declared across those widgets. Tabs and widgets are parts of a board rather than separately addressable resources, so there is no endpoint to fetch them on their own.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
board_id
Headers
X-API-Key
Your workspace API key.
Response
Successful Response
id
Board identifier, used as {board_id} in every nested route
name
Board display name
created_by
Actor that created the board
created_at
Creation time, UTC, RFC 3339
updated_by
Actor that last changed the board or anything on it
updated_at
Last change time, UTC, RFC 3339
tabs
The board's tabs in position order, each with its widgets nested
filters
Every filter token declared by this board's widgets, in display order
tag
The board's grouping tag, or null when untagged
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error