Back to Notion Pages
Connect Knoon AI with Notion Pages (Notion) to automate AI workflows.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| pageId | file | Notion page ID. | Yes |
| propertyId | mustache | Notion property ID. | Yes |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | No |
| page_size | number | Maximum number of property items to return. | No |
Returns
| Name | Type | Description |
|---|---|---|
| object | string | Object type. |
| type | string | Property item type. |
| id | string | Property item ID when available. |
| next_cursor | string | Cursor for the next page when the property item is paginated. |
| has_more | boolean | Whether more property items are available. |
| results.object | string | Object type for each property item. |
| results.type | string | Property item type. |



