---
title: "List Boards by Workspace Id"
method: GET
path: "/api/v1/workspaces/{workspaceId}/boards"
tags: ["Workspaces"]
---

# List Boards by Workspace Id

`GET /api/v1/workspaces/{workspaceId}/boards`

## Path parameters

- `workspaceId` string, uuid, required

## Response `200`

OK

- ExternalAPIContractsResponsesV1GetBoardsResponse
  - `boards` ExternalAPIContractsResponsesV1EntitiesBoard[], nullable, required
    - `id` string, uuid, required
    - `displayId` string, nullable, required
    - `title` string, nullable, required
    - `isPrivate` boolean, nullable

---

[API](https://skmtc.net/teamhood/apis/teamhood-api-v1.md) · [All operations](https://skmtc.net/teamhood/apis/teamhood-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamhood/teamhood-api-v1/versions/85a10c67381d/schema)
