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

# GET /api/database/views/kanban/{slug}/public/rows/

`GET /api/database/views/kanban/{slug}/public/rows/`

Responds with serialized rows grouped by the view's single select field options related to the `slug` if the kanban view is publicly shared. Additional query parameters can be provided to control the `limit` and `offset` per select option. 

This is a **premium** feature.

## Path parameters

- `slug` string, required

## Query parameters

- `filter__{field}__{filter}` string
- `filter_type` string
- `filters` string
- `limit` integer
- `limit_linked_items` integer
- `offset` integer
- `order_by` string
- `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`
- `401`
- `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)
