---
title: "Get view query results"
method: GET
path: "/v1/views/{view_id}/queries/{query_id}"
tags: ["Views"]
---

# Get view query results

`GET /v1/views/{view_id}/queries/{query_id}`

## Path parameters

- `view_id` string, required
- `query_id` string, required

## Query parameters

- `start_cursor` string — If supplied, this endpoint will return a page of results starting after the cursor provided.
- `page_size` integer — The number of results to return per page. 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` PartialPageObjectResponse[], required
    - `object` 'page', required — The page object type name.
    - `id` string, uuid, required
  - `type` 'page', required — Always `page`
  - `page` 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`

## Changes

- **2026-08-15** `c90a4587bc95` — 1 warning
  - added the new `idempotency_key_reused` enum value to the `allOf[subschema #2]/code` response property for the response status `409`
- **2026-08-13** `ae20477af71b` — 1 breaking, 1 info
  - added `subschema #1, subschema #2, subschema #3` to the response body `oneOf` list for the response status `403`
  - removed `#/components/schemas/publicApiCommonErrorResponse, subschema #2` from the response body `allOf` list for the response status `403`
- **2026-08-12** `28d140865fc6` — 2 warning
  - added the new `agent_credit_limit_reached` enum value to the `allOf[subschema #2]/code` response property for the response status `403`
  - added the new `workspace_credits_exhausted` enum value to the `allOf[subschema #2]/code` response property for the response status `403`
- **2026-07-31** `301eea0116d9` — 2 warning
  - added the new `invalid_beta` enum value to the `allOf[subschema #2]/code` response property for the response status `400`
  - added the new `invalid_credit_limit` enum value to the `allOf[subschema #2]/code` response property for the response status `400`
- …earlier changes not shown

[Full history](https://skmtc.dev/notion/apis/notion-api/changes/v1/views/:view_id/queries/:query_id/get.md)

---

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