---
title: "List Board Views"
method: GET
path: "/1/boards/{boardId}/views"
tags: ["Boards"]
---

# List Board Views

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

Retrieve a list of all views for a board.
**Note**: Each board is limited to a maximum of 50 views.

## 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/revisions/117619fac2a5/schema)
