---
title: "GET /api/database/views/kanban/{view_id}/"
method: GET
path: "/api/database/views/kanban/{view_id}/"
tags: ["Database table kanban view"]
---

# GET /api/database/views/kanban/{view_id}/

`GET /api/database/views/kanban/{view_id}/`

Responds with serialized rows grouped by the view's single select field options if the user is authenticated and has access to the related workspace. Additional query parameters can be provided to control the `limit` and `offset` per select option.

This is a **premium** feature.

## Path parameters

- `view_id` integer, required

## Query parameters

- `filter__{field}__{filter}` string
- `filter_type` string
- `filters` string
- `include` string
- `limit` integer
- `limit_linked_items` integer
- `offset` integer
- `select_option` string

## Response `200`

- KanbanViewExampleResponse
  - `rows` object, required — Every select option related to the view's single select field can have its own entry like this.
  - `field_options` KanbanViewFieldOptions[], required
    - `hidden` boolean — Whether or not the field should be hidden in the card.
    - `order` integer — The order that the field has in the view. Lower value is first.
  - `row_metadata` object — An object keyed by row id with a value being an object containing additional metadata about that row. A row might not have metadata and will not be present as a key if so.

## Other responses

- `400`
- `404`

---

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