---
title: "List views"
method: GET
path: "/v1/views"
tags: ["Views"]
---

# List views

`GET /v1/views`

## Query parameters

- `database_id` string
- `data_source_id` string
- `start_cursor` string — If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.
- `page_size` integer — The number of items from the full list desired in the response. Maximum: 100

## Headers

- `Notion-Version` '2026-03-11', required

## Response `200`

- object
  - `object` 'list', required — Always `list`
  - `next_cursor` string, uuid, required
  - `has_more` boolean, required
  - `results` DataSourceViewReferenceResponse[], required
    - `object` 'view', required — The object type name.
    - `id` string, uuid, required
  - `type` 'view', required — Always `view`
  - `view` EmptyObject, required
  - `request_status` RequestStatusResponse
    - `type` 'complete' | 'incomplete', required — Whether the result set is complete or incomplete. `incomplete` means the response does not include all rows that match the query parameters (e.g. due to a server-side pagination depth limit).
    - `incomplete_reason` 'query_result_limit_reached' — Why the result set is incomplete. Only present when `type` is `incomplete`.

## Other responses

- `400`
- `401`
- `403`
- `404`
- `406`
- `409`
- `429`
- `500`
- `503`
- `504`
- `529`

---

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