Notion Page Read

Read a Notion page content via official API with block parsing

jadegate 025e1b1 2 files · 4.7 KB Updated

File contents

Notion Page Reader

Read a Notion page content via official API with block parsing

When to Use

  • User wants to read notion
  • User wants to notion read
  • Keywords: notion, api, page, read

Required Parameters

  • page_id (string): Notion page ID
  • api_key (string): Notion integration API key

Output

  • title (string): Page title
  • content (string): Page content as text
  • blocks (number): Number of blocks

Security

  • Sandbox level: strict
  • Max execution time: 30000ms
  • Network whitelist: api.notion.com
  • JadeGate verified: Yes (5-layer security check passed)

Execution Flow

Entry: fetch_page -> 7 steps -> Exit: ret_ok, ret_fail

jadegate/jadegate/tree/main/skills/notion-page-read commit 025e1b1e79

Frequently asked questions

npx skillmds@latest add jadegate/notion-page-read