Get database schema
Database & schema
Get database schema
Returns the property schema (names, types, options) for a database. For multi-data-source databases, properties live on the data source — see the v2 endpoints. Requires a Basic license.
GET
Get database schema
Authorizations
Your deployment's API key (MMK_API_KEY).
Your Notion integration token / internal token. Supplied by the caller (not stored server-side).
Path Parameters
Notion database ID.
Response
Database schema
Notion schema payload (property names, types, and options). Shape mirrors Notion's schema — consume the property map directly.

