---
title: "Get Notion Page Blocks"
method: GET
path: "/Notion/Page"
tags: ["Notion"]
---

# Get Notion Page Blocks

`GET /Notion/Page`

**Requires permission:** *StaffMember*

Get the blocks of a Notion page by page id

## Query parameters

- `pageId` string, nullable
- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Got Html from Notion page

- GetNotionPageResponse
  - `html` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not get Html
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-07-31** `df6d21aeebe7` — 3 info
  - the endpoint scheme security `JWTBearerAuth` was added to the API
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/Notion/Page/get.md)

---

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