---
title: "List Rows by Board Id"
method: GET
path: "/api/v1/boards/{boardId}/rows"
tags: ["Boards"]
---

# List Rows by Board Id

`GET /api/v1/boards/{boardId}/rows`

## Path parameters

- `boardId` string, uuid, required

## Response `200`

OK

- ExternalAPIContractsResponsesV1GetBoardRowsResponse
  - `rows` ExternalAPIContractsResponsesV1EntitiesBoardRow[], nullable, required
    - `id` string, uuid, required
    - `title` string, nullable, required
    - `index` integer, required

---

[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/24461ce69142/schema)
