---
title: "Get Board"
method: GET
path: "/v1/config/board/{boardId}"
tags: ["Board"]
---

# Get Board

`GET /v1/config/board/{boardId}`

Gets the configuration for a specific board.

## Path parameters

- `boardId` string, required

## Response `200`

OK

- object
  - `boardid` string
  - `account` string — Account number of the organization
  - `title` string — Name of the board
  - `graphs` object[]
  - `order` string[]
  - `category` string[]

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
