---
title: "Get a Board View"
method: GET
path: "/1/boards/{boardId}/views/{viewId}"
tags: ["Boards"]
---

# Get a Board View

`GET /1/boards/{boardId}/views/{viewId}`

Retrieve a single Board View by ID.

## Response `200`

Success

- BoardViewResponse
  - `id` string — Unique identifier for the board view.
  - `name` string — The name of the view.
  - `filters` BoardViewFilter[]
    - `column` string, required — The column name to filter on.
    - `operation` '=' | '!=' | '>' | '>=' | '<' | '<=' | 'starts-with' | 'does-not-start-with' | 'ends-with' | 'does-not-end-with' | 'exists' | 'does-not-exist' | 'contains' | 'does-not-contain' | 'in' | 'not-in', required — The filter operation.
    - `value` string — The value to filter by.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Rate Limit Exceeded
- `default` — Error

---

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