IntegrationsNotionActions
Get Notion page property
Retrieve a complete Notion page property through the paginated property endpoint.
pages.properties.get · Notion · v1
Details
Scopes
read_content
Input
| Name | Type | Required | Constraints |
|---|---|---|---|
(root) | object | Yes | additionalProperties false |
page_id | string | Yes | minLength 1; maxLength 64 |
property_id | string | Yes | minLength 1; maxLength 64 |
start_cursor | string | No | minLength 1; maxLength 512 |
page_size | integer | No | minimum 1; maximum 100 |
Output
| Name | Type | Required | Constraints |
|---|---|---|---|
(root) | object | Yes | additionalProperties false; oneOf branch 1: required response_type, property_id, property_type, item; response_type=scalar / branch 2: required response_type, property_id, property_type, items, has_more; response_type=list |
response_type | string | No | enum scalar | list |
property_id | string | No | minLength 1; maxLength 64 |
property_type | string | No | minLength 1; maxLength 64 |
item | object | No | additionalProperties false |
item.id | string | No | maxLength 64 |
item.type | string | Yes | minLength 1; maxLength 64 |
item.plain_text | string | No | maxLength 2000 |
item.boolean | boolean | No | — |
item.number | number | No | — |
item.date | object | No | additionalProperties false |
item.date.start | string | Yes | minLength 1; maxLength 64 |
item.date.end | string | No | minLength 1; maxLength 64 |
item.date.time_zone | string | No | maxLength 64 |
item.target_id | string | No | minLength 1; maxLength 64 |
item.option | object | No | additionalProperties false |
item.option.id | string | No | maxLength 64 |
item.option.name | string | No | minLength 1; maxLength 200 |
item.option.color | string | No | maxLength 64 |
item.options | array<object> | No | maxItems 100 |
item.options[] | object | Yes | additionalProperties false |
item.options[].id | string | No | maxLength 64 |
item.options[].name | string | No | minLength 1; maxLength 200 |
item.options[].color | string | No | maxLength 64 |
item.user | object | No | additionalProperties false |
item.user.id | string | Yes | minLength 1; maxLength 64 |
item.user.name | string | No | maxLength 2000 |
item.users | array<object> | No | maxItems 100 |
item.users[] | object | Yes | additionalProperties false |
item.users[].id | string | Yes | minLength 1; maxLength 64 |
item.users[].name | string | No | maxLength 2000 |
item.file | object | No | additionalProperties false |
item.file.name | string | No | maxLength 2000 |
item.file.external_url | string | No | maxLength 2048 |
item.files | array<object> | No | maxItems 100 |
item.files[] | object | Yes | additionalProperties false |
item.files[].name | string | No | maxLength 2000 |
item.files[].external_url | string | No | maxLength 2048 |
item.formula | object | No | additionalProperties false |
item.formula.result_type | string | Yes | enum boolean | date | number | string |
item.formula.boolean | boolean | No | — |
item.formula.date | object | No | additionalProperties false |
item.formula.date.start | string | Yes | minLength 1; maxLength 64 |
item.formula.date.end | string | No | minLength 1; maxLength 64 |
item.formula.date.time_zone | string | No | maxLength 64 |
item.formula.number | number | No | — |
item.formula.string | string | No | maxLength 4096 |
item.unique_id | object | No | additionalProperties false |
item.unique_id.prefix | string | No | maxLength 64 |
item.unique_id.number | number | Yes | — |
item.verification | object | No | additionalProperties false |
item.verification.state | string | Yes | minLength 1; maxLength 64 |
item.verification.verified_by_id | string | No | minLength 1; maxLength 64 |
item.verification.start | string | No | minLength 1; maxLength 64 |
item.verification.end | string | No | minLength 1; maxLength 64 |
item.place | object | No | additionalProperties false |
item.place.latitude | number | Yes | — |
item.place.longitude | number | Yes | — |
item.place.name | string | No | maxLength 2000 |
item.place.address | string | No | maxLength 2000 |
item.unsupported | boolean | No | — |
items | array<object> | No | maxItems 100 |
items[] | object | Yes | additionalProperties false |
items[].id | string | No | maxLength 64 |
items[].type | string | Yes | minLength 1; maxLength 64 |
items[].plain_text | string | No | maxLength 2000 |
items[].boolean | boolean | No | — |
items[].number | number | No | — |
items[].date | object | No | additionalProperties false |
items[].date.start | string | Yes | minLength 1; maxLength 64 |
items[].date.end | string | No | minLength 1; maxLength 64 |
items[].date.time_zone | string | No | maxLength 64 |
items[].target_id | string | No | minLength 1; maxLength 64 |
items[].option | object | No | additionalProperties false |
items[].option.id | string | No | maxLength 64 |
items[].option.name | string | No | minLength 1; maxLength 200 |
items[].option.color | string | No | maxLength 64 |
items[].options | array<object> | No | maxItems 100 |
items[].options[] | object | Yes | additionalProperties false |
items[].options[].id | string | No | maxLength 64 |
items[].options[].name | string | No | minLength 1; maxLength 200 |
items[].options[].color | string | No | maxLength 64 |
items[].user | object | No | additionalProperties false |
items[].user.id | string | Yes | minLength 1; maxLength 64 |
items[].user.name | string | No | maxLength 2000 |
items[].users | array<object> | No | maxItems 100 |
items[].users[] | object | Yes | additionalProperties false |
items[].users[].id | string | Yes | minLength 1; maxLength 64 |
items[].users[].name | string | No | maxLength 2000 |
items[].file | object | No | additionalProperties false |
items[].file.name | string | No | maxLength 2000 |
items[].file.external_url | string | No | maxLength 2048 |
items[].files | array<object> | No | maxItems 100 |
items[].files[] | object | Yes | additionalProperties false |
items[].files[].name | string | No | maxLength 2000 |
items[].files[].external_url | string | No | maxLength 2048 |
items[].formula | object | No | additionalProperties false |
items[].formula.result_type | string | Yes | enum boolean | date | number | string |
items[].formula.boolean | boolean | No | — |
items[].formula.date | object | No | additionalProperties false |
items[].formula.date.start | string | Yes | minLength 1; maxLength 64 |
items[].formula.date.end | string | No | minLength 1; maxLength 64 |
items[].formula.date.time_zone | string | No | maxLength 64 |
items[].formula.number | number | No | — |
items[].formula.string | string | No | maxLength 4096 |
items[].unique_id | object | No | additionalProperties false |
items[].unique_id.prefix | string | No | maxLength 64 |
items[].unique_id.number | number | Yes | — |
items[].verification | object | No | additionalProperties false |
items[].verification.state | string | Yes | minLength 1; maxLength 64 |
items[].verification.verified_by_id | string | No | minLength 1; maxLength 64 |
items[].verification.start | string | No | minLength 1; maxLength 64 |
items[].verification.end | string | No | minLength 1; maxLength 64 |
items[].place | object | No | additionalProperties false |
items[].place.latitude | number | Yes | — |
items[].place.longitude | number | Yes | — |
items[].place.name | string | No | maxLength 2000 |
items[].place.address | string | No | maxLength 2000 |
items[].unsupported | boolean | No | — |
rollup | object | No | additionalProperties false |
rollup.function | string | No | maxLength 64 |
rollup.state | string | Yes | enum complete | incomplete | unsupported |
rollup.value | object | No | additionalProperties false |
rollup.value.id | string | No | maxLength 64 |
rollup.value.type | string | Yes | minLength 1; maxLength 64 |
rollup.value.plain_text | string | No | maxLength 2000 |
rollup.value.boolean | boolean | No | — |
rollup.value.number | number | No | — |
rollup.value.date | object | No | additionalProperties false |
rollup.value.date.start | string | Yes | minLength 1; maxLength 64 |
rollup.value.date.end | string | No | minLength 1; maxLength 64 |
rollup.value.date.time_zone | string | No | maxLength 64 |
rollup.value.target_id | string | No | minLength 1; maxLength 64 |
rollup.value.option | object | No | additionalProperties false |
rollup.value.option.id | string | No | maxLength 64 |
rollup.value.option.name | string | No | minLength 1; maxLength 200 |
rollup.value.option.color | string | No | maxLength 64 |
rollup.value.options | array<object> | No | maxItems 100 |
rollup.value.options[] | object | Yes | additionalProperties false |
rollup.value.options[].id | string | No | maxLength 64 |
rollup.value.options[].name | string | No | minLength 1; maxLength 200 |
rollup.value.options[].color | string | No | maxLength 64 |
rollup.value.user | object | No | additionalProperties false |
rollup.value.user.id | string | Yes | minLength 1; maxLength 64 |
rollup.value.user.name | string | No | maxLength 2000 |
rollup.value.users | array<object> | No | maxItems 100 |
rollup.value.users[] | object | Yes | additionalProperties false |
rollup.value.users[].id | string | Yes | minLength 1; maxLength 64 |
rollup.value.users[].name | string | No | maxLength 2000 |
rollup.value.file | object | No | additionalProperties false |
rollup.value.file.name | string | No | maxLength 2000 |
rollup.value.file.external_url | string | No | maxLength 2048 |
rollup.value.files | array<object> | No | maxItems 100 |
rollup.value.files[] | object | Yes | additionalProperties false |
rollup.value.files[].name | string | No | maxLength 2000 |
rollup.value.files[].external_url | string | No | maxLength 2048 |
rollup.value.formula | object | No | additionalProperties false |
rollup.value.formula.result_type | string | Yes | enum boolean | date | number | string |
rollup.value.formula.boolean | boolean | No | — |
rollup.value.formula.date | object | No | additionalProperties false |
rollup.value.formula.date.start | string | Yes | minLength 1; maxLength 64 |
rollup.value.formula.date.end | string | No | minLength 1; maxLength 64 |
rollup.value.formula.date.time_zone | string | No | maxLength 64 |
rollup.value.formula.number | number | No | — |
rollup.value.formula.string | string | No | maxLength 4096 |
rollup.value.unique_id | object | No | additionalProperties false |
rollup.value.unique_id.prefix | string | No | maxLength 64 |
rollup.value.unique_id.number | number | Yes | — |
rollup.value.verification | object | No | additionalProperties false |
rollup.value.verification.state | string | Yes | minLength 1; maxLength 64 |
rollup.value.verification.verified_by_id | string | No | minLength 1; maxLength 64 |
rollup.value.verification.start | string | No | minLength 1; maxLength 64 |
rollup.value.verification.end | string | No | minLength 1; maxLength 64 |
rollup.value.place | object | No | additionalProperties false |
rollup.value.place.latitude | number | Yes | — |
rollup.value.place.longitude | number | Yes | — |
rollup.value.place.name | string | No | maxLength 2000 |
rollup.value.place.address | string | No | maxLength 2000 |
rollup.value.unsupported | boolean | No | — |
next_cursor | string | No | minLength 1; maxLength 512 |
has_more | boolean | No | — |
Raw schema
Input
{
"type": "object",
"additionalProperties": false,
"properties": {
"page_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"property_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"start_cursor": {
"type": "string",
"minLength": 1,
"maxLength": 512
},
"page_size": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
},
"required": [
"page_id",
"property_id"
]
}Output
{
"type": "object",
"additionalProperties": false,
"properties": {
"response_type": {
"type": "string",
"enum": [
"scalar",
"list"
]
},
"property_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"property_type": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"item": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"type": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"plain_text": {
"type": "string",
"maxLength": 2000
},
"boolean": {
"type": "boolean"
},
"number": {
"type": "number"
},
"date": {
"type": "object",
"additionalProperties": false,
"properties": {
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"time_zone": {
"type": "string",
"maxLength": 64
}
},
"required": [
"start"
]
},
"target_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"option": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"color": {
"type": "string",
"maxLength": 64
}
}
},
"options": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"color": {
"type": "string",
"maxLength": 64
}
}
},
"maxItems": 100
},
"user": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"name": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"id"
]
},
"users": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"name": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"id"
]
},
"maxItems": 100
},
"file": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"maxLength": 2000
},
"external_url": {
"type": "string",
"maxLength": 2048
}
}
},
"files": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"maxLength": 2000
},
"external_url": {
"type": "string",
"maxLength": 2048
}
}
},
"maxItems": 100
},
"formula": {
"type": "object",
"additionalProperties": false,
"properties": {
"result_type": {
"type": "string",
"enum": [
"boolean",
"date",
"number",
"string"
]
},
"boolean": {
"type": "boolean"
},
"date": {
"type": "object",
"additionalProperties": false,
"properties": {
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"time_zone": {
"type": "string",
"maxLength": 64
}
},
"required": [
"start"
]
},
"number": {
"type": "number"
},
"string": {
"type": "string",
"maxLength": 4096
}
},
"required": [
"result_type"
]
},
"unique_id": {
"type": "object",
"additionalProperties": false,
"properties": {
"prefix": {
"type": "string",
"maxLength": 64
},
"number": {
"type": "number"
}
},
"required": [
"number"
]
},
"verification": {
"type": "object",
"additionalProperties": false,
"properties": {
"state": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"verified_by_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
}
},
"required": [
"state"
]
},
"place": {
"type": "object",
"additionalProperties": false,
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"name": {
"type": "string",
"maxLength": 2000
},
"address": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"latitude",
"longitude"
]
},
"unsupported": {
"type": "boolean"
}
},
"required": [
"type"
]
},
"items": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"type": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"plain_text": {
"type": "string",
"maxLength": 2000
},
"boolean": {
"type": "boolean"
},
"number": {
"type": "number"
},
"date": {
"type": "object",
"additionalProperties": false,
"properties": {
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"time_zone": {
"type": "string",
"maxLength": 64
}
},
"required": [
"start"
]
},
"target_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"option": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"color": {
"type": "string",
"maxLength": 64
}
}
},
"options": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"color": {
"type": "string",
"maxLength": 64
}
}
},
"maxItems": 100
},
"user": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"name": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"id"
]
},
"users": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"name": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"id"
]
},
"maxItems": 100
},
"file": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"maxLength": 2000
},
"external_url": {
"type": "string",
"maxLength": 2048
}
}
},
"files": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"maxLength": 2000
},
"external_url": {
"type": "string",
"maxLength": 2048
}
}
},
"maxItems": 100
},
"formula": {
"type": "object",
"additionalProperties": false,
"properties": {
"result_type": {
"type": "string",
"enum": [
"boolean",
"date",
"number",
"string"
]
},
"boolean": {
"type": "boolean"
},
"date": {
"type": "object",
"additionalProperties": false,
"properties": {
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"time_zone": {
"type": "string",
"maxLength": 64
}
},
"required": [
"start"
]
},
"number": {
"type": "number"
},
"string": {
"type": "string",
"maxLength": 4096
}
},
"required": [
"result_type"
]
},
"unique_id": {
"type": "object",
"additionalProperties": false,
"properties": {
"prefix": {
"type": "string",
"maxLength": 64
},
"number": {
"type": "number"
}
},
"required": [
"number"
]
},
"verification": {
"type": "object",
"additionalProperties": false,
"properties": {
"state": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"verified_by_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
}
},
"required": [
"state"
]
},
"place": {
"type": "object",
"additionalProperties": false,
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"name": {
"type": "string",
"maxLength": 2000
},
"address": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"latitude",
"longitude"
]
},
"unsupported": {
"type": "boolean"
}
},
"required": [
"type"
]
},
"maxItems": 100
},
"rollup": {
"type": "object",
"additionalProperties": false,
"properties": {
"function": {
"type": "string",
"maxLength": 64
},
"state": {
"type": "string",
"enum": [
"complete",
"incomplete",
"unsupported"
]
},
"value": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"type": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"plain_text": {
"type": "string",
"maxLength": 2000
},
"boolean": {
"type": "boolean"
},
"number": {
"type": "number"
},
"date": {
"type": "object",
"additionalProperties": false,
"properties": {
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"time_zone": {
"type": "string",
"maxLength": 64
}
},
"required": [
"start"
]
},
"target_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"option": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"color": {
"type": "string",
"maxLength": 64
}
}
},
"options": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"maxLength": 64
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"color": {
"type": "string",
"maxLength": 64
}
}
},
"maxItems": 100
},
"user": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"name": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"id"
]
},
"users": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"name": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"id"
]
},
"maxItems": 100
},
"file": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"maxLength": 2000
},
"external_url": {
"type": "string",
"maxLength": 2048
}
}
},
"files": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"maxLength": 2000
},
"external_url": {
"type": "string",
"maxLength": 2048
}
}
},
"maxItems": 100
},
"formula": {
"type": "object",
"additionalProperties": false,
"properties": {
"result_type": {
"type": "string",
"enum": [
"boolean",
"date",
"number",
"string"
]
},
"boolean": {
"type": "boolean"
},
"date": {
"type": "object",
"additionalProperties": false,
"properties": {
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"time_zone": {
"type": "string",
"maxLength": 64
}
},
"required": [
"start"
]
},
"number": {
"type": "number"
},
"string": {
"type": "string",
"maxLength": 4096
}
},
"required": [
"result_type"
]
},
"unique_id": {
"type": "object",
"additionalProperties": false,
"properties": {
"prefix": {
"type": "string",
"maxLength": 64
},
"number": {
"type": "number"
}
},
"required": [
"number"
]
},
"verification": {
"type": "object",
"additionalProperties": false,
"properties": {
"state": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"verified_by_id": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"start": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"end": {
"type": "string",
"minLength": 1,
"maxLength": 64
}
},
"required": [
"state"
]
},
"place": {
"type": "object",
"additionalProperties": false,
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"name": {
"type": "string",
"maxLength": 2000
},
"address": {
"type": "string",
"maxLength": 2000
}
},
"required": [
"latitude",
"longitude"
]
},
"unsupported": {
"type": "boolean"
}
},
"required": [
"type"
]
}
},
"required": [
"state"
]
},
"next_cursor": {
"type": "string",
"minLength": 1,
"maxLength": 512
},
"has_more": {
"type": "boolean"
}
},
"oneOf": [
{
"required": [
"response_type",
"property_id",
"property_type",
"item"
],
"properties": {
"response_type": {
"enum": [
"scalar"
]
}
}
},
{
"required": [
"response_type",
"property_id",
"property_type",
"items",
"has_more"
],
"properties": {
"response_type": {
"enum": [
"list"
]
}
}
}
]
}