get_board
Retrieve a board by ID within a workspace, with optional sub-space scoping and expanded fields for details like assignees and tags.
Instructions
Get a board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| expand | No | Comma-separated list of fields to expand inline on the response (FlexFields style, e.g. `assignees,tags,time_tracking`). | |
| board_id | Yes | Board UUID or slug. | |
| Organization | No | Workspace (organization) ID the request is scoped to. |