Skip to content

LIMITS

const LIMITS: object

Defined in: src/validation.ts:8

Maximum sizes the Notion API allows in a request.

readonly ARRAY_ELEMENTS: 100 = 100

Maximum elements in any block/rich-text array.

readonly COMMENT_ATTACHMENTS: 3 = 3

Maximum file attachments on a comment.

readonly EMAIL: 200 = 200

Maximum characters in any email property value.

readonly EQUATION_EXPRESSION: 1000 = 1_000

Maximum characters in a rich text equation.expression field.

readonly MULTI_SELECT: 100 = 100

Maximum options in a multi-select property value.

readonly PAYLOAD_BLOCKS: 1000 = 1_000

Maximum block elements in a single payload.

readonly PAYLOAD_SIZE_BYTES: number

Maximum payload size in bytes.

readonly PEOPLE: 100 = 100

Maximum users in a people property value.

readonly PHONE_NUMBER: 200 = 200

Maximum characters in any phone number property value.

readonly RELATION: 100 = 100

Maximum related pages in a relation property value.

readonly RICH_TEXT_CONTENT: 2000 = 2_000

Maximum characters in a single rich text text.content field.

readonly RICH_TEXT_LINK_URL: 2000 = 2_000

Maximum characters in a rich text text.link.url field.

readonly URL: 2000 = 2_000

Maximum characters in any URL property value.

https://developers.notion.com/reference/request-limits#size-limits