# Get Notion page

Canonical URL: https://docs.fuse.init.inc/integrations/notion/actions/pages.get

Retrieve a Notion page by id.

Action ID: `pages.get`
Provider: Notion (`notion`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `read_content`

## Input schema fields

- `page_id`

## Output schema fields

- `id`
- `object`
- `url`
- `in_trash`
- `created_at`
- `updated_at`
- `title`
- `parent`
- `parent.type`
- `parent.page_id`
- `parent.database_id`
- `parent.data_source_id`
- `parent.workspace`
- `properties`
- `properties[]`
- `properties[].name`
- `properties[].type`
- `properties[].id`
- `properties[].has_more`
- `properties[].value`

Provider overview: https://docs.fuse.init.inc/integrations/notion
Actions index: https://docs.fuse.init.inc/integrations/notion/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/notion/actions/pages.get
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/notion/actions
