API-retrieve-a-page-property
Retrieve a specific property from a Notion page using page and property IDs, supporting pagination for large datasets with page size and cursor options.
Instructions
Retrieve a page property item
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Identifier for a Notion page | |
| page_size | No | For paginated properties. The max number of property item objects on a page. The default size is 100 | |
| property_id | Yes | Identifier for a page [property](https://developers.notion.com/reference/page#all-property-values) | |
| start_cursor | No | For paginated properties. |