---
title: "Notion Get Page Content"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/notion/notiongetpagecontent
markdown: https://docs.nodetool.ai/nodes/lib/notion/notiongetpagecontent.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/notion/notiongetpagecontent.md
---

# Notion Get Page Content

**Type:** `lib.notion.GetPageContent`

**Namespace:** `lib.notion`

## Description

Retrieve all blocks (content) of a Notion page.
    notion, page, content, blocks, read, api

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| page_id | `str` | The ID of the Notion page | `` |
| page_size | `int` | Number of blocks to retrieve (max 100) | `100` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| block | `dict` |  |
| blocks | `list` |  |

## Related Nodes

Browse other nodes in the [lib.notion](./) namespace.
