notion_get_page_property
Retrieve a specific property from a Notion page by page ID and property ID, with pagination for large results.
Instructions
Get page property by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID containing the property | |
| page_size | No | Number of results per page (max 100) | |
| property_id | Yes | Property ID to fetch | |
| start_cursor | No | Pagination cursor |