# getOne

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/boards/boards.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/boards/boards.controller.ts#L48)

Get a board with columns and (optionally) cards

## Endpoint

`GET /projects/:projectId/boards/:boardId`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |
| `boardId` | path | `string` | ✓ |  |
| `includeCards` | query | `string` | - |  |

## Referenced By

- `BoardsController` (MODULE_DECLARES)
