---
title: "GET /v1/boards/{id}"
method: GET
path: "/v1/boards/{id}"
tags: ["Boards"]
---

# GET /v1/boards/{id}

`GET /v1/boards/{id}`

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- GoliothGetBoardsResponse
  - `data` GoliothBoard
    - `arch` string
    - `id` string
    - `name` string
    - `platforms` string[]

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/golioth/apis/golioth-api.md) · [All operations](https://skmtc.dev/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golioth/golioth-api/revisions/47c98ae69a55/schema)
