Notion API v3 – nested database relations return only IDs, not full objects
Goal Clarify how the Notion API v3 handles nested database relations when querying a page that contains a relation property. Current Observed Behavior The API returns the relation property as an array of page IDs, omitting the full property values of the related pages. Clients must perform separate queries to resolve these IDs. Constraints & Uncertainty