---
title: "List dataset views"
method: GET
path: "/api/datasets/views/"
tags: ["Datasets"]
---

# List dataset views

`GET /api/datasets/views/`

List all views for a specific dataset.

## Query parameters

- `dataset` integer

## Response `200`

- DatasetView[]
  - `data` unknown
  - `dataset` integer, required — Dataset ID
  - `filter_group` FilterGroup
    - `conjunction` string, required — Type of conjunction
    - `filters` Filter[], required
      - `child_filters` ChildFilter[]
        - `column` string, required — Field name
        - `id` integer, required
        - `index` integer, nullable — Display order among root filters only
        - `operator` string, required — Filter operator
        - `parent` integer, nullable — Optional parent filter to create one-level hierarchy (child filters are AND-merged with parent)
        - `type` string, required — Field type
        - `value` unknown
      - `column` string, required — Field name
      - `id` integer, required
      - `index` integer, nullable — Display order among root filters only
      - `operator` string, required — Filter operator
      - `parent` integer, nullable — Optional parent filter to create one-level hierarchy (child filters are AND-merged with parent)
      - `type` string, required — Field type
      - `value` unknown
    - `id` integer, required
  - `id` integer, required
  - `is_locked` boolean, nullable — Whether this data manager tab is locked against configuration changes
  - `locked_at` string, date-time, nullable — Time when this view was locked
  - `locked_by` object, nullable, required
    - `email` string, email
    - `id` integer
    - `name` string
  - `order` integer, nullable — Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
  - `ordering` unknown
  - `selected_items` unknown
  - `user` integer, nullable — User who made this view

## Changes

> 97 revisions in range; 1 not diffed.

- **2026-07-27** `b9100d884b0b` — 1 warning, 1 info
  - removed the optional property `items/filter_group/filters/items/child_filter` from the response with the `200` status
  - added the optional property `items/filter_group/filters/items/child_filters` to the response with the `200` status
- **2026-07-16** `4005021a10e7` — 1 breaking, 5 info
  - the `items/locked_by` response's property type/format changed from `integer`/`` to `object`/`` for status `200`
  - added the optional property `items/locked_by/email` to the response with the `200` status
  - added the optional property `items/locked_by/id` to the response with the `200` status
  - added the optional property `items/locked_by/name` to the response with the `200` status
  - …2 more
- **2026-07-14** `b45b0029f79f` — 3 info
  - added the optional property `items/is_locked` to the response with the `200` status
  - added the optional property `items/locked_at` to the response with the `200` status
  - added the optional property `items/locked_by` to the response with the `200` status

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/datasets/views/get.md)

---

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