---
title: "Retrieve a page property item"
method: GET
path: "/v1/pages/{page_id}/properties/{property_id}"
tags: ["Pages"]
---

# Retrieve a page property item

`GET /v1/pages/{page_id}/properties/{property_id}`

## Path parameters

- `page_id` string, required
- `property_id` string, required

## Query parameters

- `start_cursor` string
- `page_size` integer

## Headers

- `Notion-Version` '2026-03-11', required

## Response `200`

- union
  - union
    - NumberPropertyItemObjectResponse
      - `type` 'number', required
      - `number` number, nullable, required
      - `object` 'property_item', required
      - `id` string, required
    - UrlPropertyItemObjectResponse
      - `type` 'url', required
      - `url` string, nullable, required
      - `object` 'property_item', required
      - `id` string, required
    - SelectPropertyItemObjectResponse
      - `type` 'select', required
      - `select` PartialSelectResponse, required
        - `id` string, required
        - `name` string, required
        - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`
      - `object` 'property_item', required
      - `id` string, required
    - MultiSelectPropertyItemObjectResponse
      - `type` 'multi_select', required
      - `multi_select` PartialSelectResponse[], required
        - `id` string, required
        - `name` string, required
        - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`
      - `object` 'property_item', required
      - `id` string, required
    - StatusPropertyItemObjectResponse
      - `type` 'status', required
      - `status` PartialSelectResponse, required
        - `id` string, required
        - `name` string, required
        - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`
      - `object` 'property_item', required
      - `id` string, required
    - DatePropertyItemObjectResponse
      - `type` 'date', required
      - `date` DateResponse, required
        - `start` string, date, required — The start date of the date object.
        - `end` string, date, nullable, required — The end date of the date object, if any.
        - `time_zone` string, required
      - `object` 'property_item', required
      - `id` string, required
    - EmailPropertyItemObjectResponse
      - `type` 'email', required
      - `email` string, nullable, required
      - `object` 'property_item', required
      - `id` string, required
    - PhoneNumberPropertyItemObjectResponse
      - `type` 'phone_number', required
      - `phone_number` string, nullable, required
      - `object` 'property_item', required
      - `id` string, required
    - CheckboxPropertyItemObjectResponse
      - `type` 'checkbox', required
      - `checkbox` boolean, required
      - `object` 'property_item', required
      - `id` string, required
    - FilesPropertyItemObjectResponse
      - `type` 'files', required
      - `files` InternalOrExternalFileWithNameResponse[], required
        - union
          - object
            - `name` string, required — The name of the file.
            - `type` 'file', required — Type of attachment. In this case, a file uploaded to a Notion workspace.
            - `file` InternalFileResponse, required
              - …
          - object
            - `name` string, required — The name of the file.
            - `type` 'external', required — Type of attachment. In this case, an external URL.
            - `external` object, required — The external URL.
              - …
      - `object` 'property_item', required
      - `id` string, required
    - CreatedByPropertyItemObjectResponse
      - `type` 'created_by', required
      - `created_by` union, required
        - PartialUserObjectResponse
          - `id` string, uuid, required
          - `object` 'user', required — Always `user`
        - union
          - object
            - `id` string, uuid, required
            - `object` 'user', required — The user object type name.
            - `name` string, nullable, required — The name of the user.
            - `avatar_url` string, nullable, required — The avatar URL of the user.
            - `type` 'person', required — Indicates this user is a person.
            - `person` object, required — Details about the person, when the `type` of the user is `person`.
              - …
          - object
            - `id` string, uuid, required
            - `object` 'user', required — The user object type name.
            - `name` string, nullable, required — The name of the user.
            - `avatar_url` string, nullable, required — The avatar URL of the user.
            - `type` 'bot', required — Indicates this user is a bot.
            - `bot` union, required — Details about the bot, when the `type` of the user is `bot`.
              - …
      - `object` 'property_item', required
      - `id` string, required
    - CreatedTimePropertyItemObjectResponse
      - `type` 'created_time', required
      - `created_time` string, date-time, required
      - `object` 'property_item', required
      - `id` string, required
    - LastEditedByPropertyItemObjectResponse
      - `type` 'last_edited_by', required
      - `last_edited_by` union, required
        - PartialUserObjectResponse
          - `id` string, uuid, required
          - `object` 'user', required — Always `user`
        - union
          - object
            - `id` string, uuid, required
            - `object` 'user', required — The user object type name.
            - `name` string, nullable, required — The name of the user.
            - `avatar_url` string, nullable, required — The avatar URL of the user.
            - `type` 'person', required — Indicates this user is a person.
            - `person` object, required — Details about the person, when the `type` of the user is `person`.
              - …
          - object
            - `id` string, uuid, required
            - `object` 'user', required — The user object type name.
            - `name` string, nullable, required — The name of the user.
            - `avatar_url` string, nullable, required — The avatar URL of the user.
            - `type` 'bot', required — Indicates this user is a bot.
            - `bot` union, required — Details about the bot, when the `type` of the user is `bot`.
              - …
      - `object` 'property_item', required
      - `id` string, required
    - LastEditedTimePropertyItemObjectResponse
      - `type` 'last_edited_time', required
      - `last_edited_time` string, date-time, required
      - `object` 'property_item', required
      - `id` string, required
    - FormulaPropertyItemObjectResponse
      - `type` 'formula', required
      - `formula` union, required
        - StringFormulaPropertyResponse
          - `type` 'string', required
          - `string` string, nullable, required
        - DateFormulaPropertyResponse
          - `type` 'date', required
          - `date` DateResponse, required
            - `start` string, date, required — The start date of the date object.
            - `end` string, date, nullable, required — The end date of the date object, if any.
            - `time_zone` string, required
        - NumberFormulaPropertyResponse
          - `type` 'number', required
          - `number` number, nullable, required
        - BooleanFormulaPropertyResponse
          - `type` 'boolean', required
          - `boolean` boolean, nullable, required
      - `object` 'property_item', required
      - `id` string, required
    - ButtonPropertyItemObjectResponse
      - `type` 'button', required
      - `button` EmptyObject, required
      - `object` 'property_item', required
      - `id` string, required
    - UniqueIdPropertyItemObjectResponse
      - `type` 'unique_id', required
      - `unique_id` object, required
        - `prefix` string, nullable, required
        - `number` number, nullable, required
      - `object` 'property_item', required
      - `id` string, required
    - VerificationPropertyItemObjectResponse
      - `type` 'verification', required
      - `verification` union, required
        - VerificationPropertyUnverifiedResponse
          - `state` 'unverified', required — Always `unverified`
          - `date` unknown, required
          - `verified_by` unknown, required
        - VerificationPropertyResponse
          - `state` 'verified' | 'expired', required — One of: `verified`, `expired`
          - `date` DateResponse, required
            - `start` string, date, required — The start date of the date object.
            - `end` string, date, nullable, required — The end date of the date object, if any.
            - `time_zone` string, required
          - `verified_by` union, required
            - PartialUserObjectResponse
              - …
            - union
              - …
      - `object` 'property_item', required
      - `id` string, required
    - PlacePropertyItemObjectResponse
      - `type` 'place', required
      - `place` object, nullable, required
        - `lat` number, required
        - `lon` number, required
        - `name` string, nullable
        - `address` string, nullable
        - `aws_place_id` string, nullable
        - `google_place_id` string, nullable
      - `object` 'property_item', required
      - `id` string, required
    - TitlePropertyItemObjectResponse
      - `type` 'title', required
      - `title` union, required
        - object
          - `plain_text` string, required — The plain text content of the rich text object, without any styling.
          - `href` string, nullable, required — A URL that the rich text object links to or mentions.
          - `annotations` AnnotationResponse, required
            - `bold` boolean, required
            - `italic` boolean, required
            - `strikethrough` boolean, required
            - `underline` boolean, required
            - `code` boolean, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'default_background' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`, `default_background`, `gray_background`, `brown_background`, `orange_background`, `yellow_background`, `green_background`, `blue_background`, `purple_background`, `pink_background`, `red_background`
          - `type` 'text', required — Always `text`
          - `text` object, required — If a rich text object's type value is `text`, then the corresponding text field contains an object including the text content and any inline link.
            - `content` string, required — The actual text content of the text.
            - `link` object, nullable, required — An object with information about any inline link in this text, if included.
              - …
        - object
          - `plain_text` string, required — The plain text content of the rich text object, without any styling.
          - `href` string, nullable, required — A URL that the rich text object links to or mentions.
          - `annotations` AnnotationResponse, required
            - `bold` boolean, required
            - `italic` boolean, required
            - `strikethrough` boolean, required
            - `underline` boolean, required
            - `code` boolean, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'default_background' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`, `default_background`, `gray_background`, `brown_background`, `orange_background`, `yellow_background`, `green_background`, `blue_background`, `purple_background`, `pink_background`, `red_background`
          - `type` 'mention', required — Always `mention`
          - `mention` union, required — Mention objects represent an inline mention of a database, date, link preview mention, page, template mention, or user. A mention is created in the Notion UI when a user types `@` followed by the name of the reference.
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
        - object
          - `plain_text` string, required — The plain text content of the rich text object, without any styling.
          - `href` string, nullable, required — A URL that the rich text object links to or mentions.
          - `annotations` AnnotationResponse, required
            - `bold` boolean, required
            - `italic` boolean, required
            - `strikethrough` boolean, required
            - `underline` boolean, required
            - `code` boolean, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'default_background' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`, `default_background`, `gray_background`, `brown_background`, `orange_background`, `yellow_background`, `green_background`, `blue_background`, `purple_background`, `pink_background`, `red_background`
          - `type` 'equation', required — Always `equation`
          - `equation` object, required — Notion supports inline LaTeX equations as rich text objects with a type value of `equation`.
            - `expression` string, required — A KaTeX compatible string.
      - `object` 'property_item', required
      - `id` string, required
    - RichTextPropertyItemObjectResponse
      - `type` 'rich_text', required
      - `rich_text` union, required
        - object
          - `plain_text` string, required — The plain text content of the rich text object, without any styling.
          - `href` string, nullable, required — A URL that the rich text object links to or mentions.
          - `annotations` AnnotationResponse, required
            - `bold` boolean, required
            - `italic` boolean, required
            - `strikethrough` boolean, required
            - `underline` boolean, required
            - `code` boolean, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'default_background' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`, `default_background`, `gray_background`, `brown_background`, `orange_background`, `yellow_background`, `green_background`, `blue_background`, `purple_background`, `pink_background`, `red_background`
          - `type` 'text', required — Always `text`
          - `text` object, required — If a rich text object's type value is `text`, then the corresponding text field contains an object including the text content and any inline link.
            - `content` string, required — The actual text content of the text.
            - `link` object, nullable, required — An object with information about any inline link in this text, if included.
              - …
        - object
          - `plain_text` string, required — The plain text content of the rich text object, without any styling.
          - `href` string, nullable, required — A URL that the rich text object links to or mentions.
          - `annotations` AnnotationResponse, required
            - `bold` boolean, required
            - `italic` boolean, required
            - `strikethrough` boolean, required
            - `underline` boolean, required
            - `code` boolean, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'default_background' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`, `default_background`, `gray_background`, `brown_background`, `orange_background`, `yellow_background`, `green_background`, `blue_background`, `purple_background`, `pink_background`, `red_background`
          - `type` 'mention', required — Always `mention`
          - `mention` union, required — Mention objects represent an inline mention of a database, date, link preview mention, page, template mention, or user. A mention is created in the Notion UI when a user types `@` followed by the name of the reference.
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
        - object
          - `plain_text` string, required — The plain text content of the rich text object, without any styling.
          - `href` string, nullable, required — A URL that the rich text object links to or mentions.
          - `annotations` AnnotationResponse, required
            - `bold` boolean, required
            - `italic` boolean, required
            - `strikethrough` boolean, required
            - `underline` boolean, required
            - `code` boolean, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'default_background' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`, `default_background`, `gray_background`, `brown_background`, `orange_background`, `yellow_background`, `green_background`, `blue_background`, `purple_background`, `pink_background`, `red_background`
          - `type` 'equation', required — Always `equation`
          - `equation` object, required — Notion supports inline LaTeX equations as rich text objects with a type value of `equation`.
            - `expression` string, required — A KaTeX compatible string.
      - `object` 'property_item', required
      - `id` string, required
    - PeoplePropertyItemObjectResponse
      - `type` 'people', required
      - `people` union, required
        - PartialUserObjectResponse
          - `id` string, uuid, required
          - `object` 'user', required — Always `user`
        - union
          - object
            - `id` string, uuid, required
            - `object` 'user', required — The user object type name.
            - `name` string, nullable, required — The name of the user.
            - `avatar_url` string, nullable, required — The avatar URL of the user.
            - `type` 'person', required — Indicates this user is a person.
            - `person` object, required — Details about the person, when the `type` of the user is `person`.
              - …
          - object
            - `id` string, uuid, required
            - `object` 'user', required — The user object type name.
            - `name` string, nullable, required — The name of the user.
            - `avatar_url` string, nullable, required — The avatar URL of the user.
            - `type` 'bot', required — Indicates this user is a bot.
            - `bot` union, required — Details about the bot, when the `type` of the user is `bot`.
              - …
      - `object` 'property_item', required
      - `id` string, required
    - RelationPropertyItemObjectResponse
      - `type` 'relation', required
      - `relation` object, required
        - `id` string, uuid, required
      - `object` 'property_item', required
      - `id` string, required
    - RollupPropertyItemObjectResponse
      - `type` 'rollup', required
      - `rollup` union, required
        - object
          - `type` 'number', required
          - `number` number, nullable, required
          - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
        - object
          - `type` 'date', required
          - `date` DateResponse, required
            - `start` string, date, required — The start date of the date object.
            - `end` string, date, nullable, required — The end date of the date object, if any.
            - `time_zone` string, required
          - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
        - object
          - `type` 'array', required
          - `array` EmptyObject[], required
          - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
        - object
          - `type` 'unsupported', required
          - `unsupported` EmptyObject, required
          - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
        - object
          - `type` 'incomplete', required
          - `incomplete` EmptyObject, required
          - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
      - `object` 'property_item', required
      - `id` string, required
  - PropertyItemListResponse
    - `type` 'property_item', required
    - `property_item` union, required
      - object
        - `type` 'title', required
        - `title` EmptyObject, required
        - `next_url` string, nullable, required
        - `id` string, required
      - object
        - `type` 'rich_text', required
        - `rich_text` EmptyObject, required
        - `next_url` string, nullable, required
        - `id` string, required
      - object
        - `type` 'people', required
        - `people` EmptyObject, required
        - `next_url` string, nullable, required
        - `id` string, required
      - object
        - `type` 'relation', required
        - `relation` EmptyObject, required
        - `next_url` string, nullable, required
        - `id` string, required
      - object
        - `type` 'rollup', required
        - `rollup` union, required
          - object
            - `type` 'number', required
            - `number` number, nullable, required
            - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
          - object
            - `type` 'date', required
            - `date` DateResponse, required
              - …
            - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
          - object
            - `type` 'array', required
            - `array` EmptyObject[], required
              - …
            - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
          - object
            - `type` 'unsupported', required
            - `unsupported` EmptyObject, required
            - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
          - object
            - `type` 'incomplete', required
            - `incomplete` EmptyObject, required
            - `function` 'count' | 'count_values' | 'empty' | 'not_empty' | 'unique' | 'show_unique' | 'percent_empty' | 'percent_not_empty' | 'sum' | 'average' | 'median' | 'min' | 'max' | 'range' | 'earliest_date' | 'latest_date' | 'date_range' | 'checked' | 'unchecked' | 'percent_checked' | 'percent_unchecked' | 'count_per_group' | 'percent_per_group' | 'show_original', required
        - `next_url` string, nullable, required
        - `id` string, required
    - `object` 'list', required
    - `next_cursor` string, nullable, required
    - `has_more` boolean, required
    - `results` PropertyItemObjectResponse[], required
      - union
        - NumberPropertyItemObjectResponse
          - `type` 'number', required
          - `number` number, nullable, required
          - `object` 'property_item', required
          - `id` string, required
        - UrlPropertyItemObjectResponse
          - `type` 'url', required
          - `url` string, nullable, required
          - `object` 'property_item', required
          - `id` string, required
        - SelectPropertyItemObjectResponse
          - `type` 'select', required
          - `select` PartialSelectResponse, required
            - `id` string, required
            - `name` string, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`
          - `object` 'property_item', required
          - `id` string, required
        - MultiSelectPropertyItemObjectResponse
          - `type` 'multi_select', required
          - `multi_select` PartialSelectResponse[], required
            - `id` string, required
            - `name` string, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`
          - `object` 'property_item', required
          - `id` string, required
        - StatusPropertyItemObjectResponse
          - `type` 'status', required
          - `status` PartialSelectResponse, required
            - `id` string, required
            - `name` string, required
            - `color` 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red', required — One of: `default`, `gray`, `brown`, `orange`, `yellow`, `green`, `blue`, `purple`, `pink`, `red`
          - `object` 'property_item', required
          - `id` string, required
        - DatePropertyItemObjectResponse
          - `type` 'date', required
          - `date` DateResponse, required
            - `start` string, date, required — The start date of the date object.
            - `end` string, date, nullable, required — The end date of the date object, if any.
            - `time_zone` string, required
          - `object` 'property_item', required
          - `id` string, required
        - EmailPropertyItemObjectResponse
          - `type` 'email', required
          - `email` string, nullable, required
          - `object` 'property_item', required
          - `id` string, required
        - PhoneNumberPropertyItemObjectResponse
          - `type` 'phone_number', required
          - `phone_number` string, nullable, required
          - `object` 'property_item', required
          - `id` string, required
        - CheckboxPropertyItemObjectResponse
          - `type` 'checkbox', required
          - `checkbox` boolean, required
          - `object` 'property_item', required
          - `id` string, required
        - FilesPropertyItemObjectResponse
          - `type` 'files', required
          - `files` InternalOrExternalFileWithNameResponse[], required
            - union
              - …
          - `object` 'property_item', required
          - `id` string, required
        - CreatedByPropertyItemObjectResponse
          - `type` 'created_by', required
          - `created_by` union, required
            - PartialUserObjectResponse
              - …
            - union
              - …
          - `object` 'property_item', required
          - `id` string, required
        - CreatedTimePropertyItemObjectResponse
          - `type` 'created_time', required
          - `created_time` string, date-time, required
          - `object` 'property_item', required
          - `id` string, required
        - LastEditedByPropertyItemObjectResponse
          - `type` 'last_edited_by', required
          - `last_edited_by` union, required
            - PartialUserObjectResponse
              - …
            - union
              - …
          - `object` 'property_item', required
          - `id` string, required
        - LastEditedTimePropertyItemObjectResponse
          - `type` 'last_edited_time', required
          - `last_edited_time` string, date-time, required
          - `object` 'property_item', required
          - `id` string, required
        - FormulaPropertyItemObjectResponse
          - `type` 'formula', required
          - `formula` union, required
            - StringFormulaPropertyResponse
              - …
            - DateFormulaPropertyResponse
              - …
            - NumberFormulaPropertyResponse
              - …
            - BooleanFormulaPropertyResponse
              - …
          - `object` 'property_item', required
          - `id` string, required
        - ButtonPropertyItemObjectResponse
          - `type` 'button', required
          - `button` EmptyObject, required
          - `object` 'property_item', required
          - `id` string, required
        - UniqueIdPropertyItemObjectResponse
          - `type` 'unique_id', required
          - `unique_id` object, required
            - `prefix` string, nullable, required
            - `number` number, nullable, required
          - `object` 'property_item', required
          - `id` string, required
        - VerificationPropertyItemObjectResponse
          - `type` 'verification', required
          - `verification` union, required
            - VerificationPropertyUnverifiedResponse
              - …
            - VerificationPropertyResponse
              - …
          - `object` 'property_item', required
          - `id` string, required
        - PlacePropertyItemObjectResponse
          - `type` 'place', required
          - `place` object, nullable, required
            - `lat` number, required
            - `lon` number, required
            - `name` string, nullable
            - `address` string, nullable
            - `aws_place_id` string, nullable
            - `google_place_id` string, nullable
          - `object` 'property_item', required
          - `id` string, required
        - TitlePropertyItemObjectResponse
          - `type` 'title', required
          - `title` union, required
            - object
              - …
            - object
              - …
            - object
              - …
          - `object` 'property_item', required
          - `id` string, required
        - RichTextPropertyItemObjectResponse
          - `type` 'rich_text', required
          - `rich_text` union, required
            - object
              - …
            - object
              - …
            - object
              - …
          - `object` 'property_item', required
          - `id` string, required
        - PeoplePropertyItemObjectResponse
          - `type` 'people', required
          - `people` union, required
            - PartialUserObjectResponse
              - …
            - union
              - …
          - `object` 'property_item', required
          - `id` string, required
        - RelationPropertyItemObjectResponse
          - `type` 'relation', required
          - `relation` object, required
            - `id` string, uuid, required
          - `object` 'property_item', required
          - `id` string, required
        - RollupPropertyItemObjectResponse
          - `type` 'rollup', required
          - `rollup` union, required
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `object` 'property_item', required
          - `id` string, required

## Other responses

- `400`
- `401`
- `403`
- `404`
- `406`
- `409`
- `429`
- `500`
- `503`
- `504`
- `529`

---

[API](https://skmtc.net/notion/apis/notion-admin-api.md) · [All operations](https://skmtc.net/notion/apis/notion-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notion/notion-admin-api/versions/62d8d95d51e0/schema)
