List entity schemas
API Reference
List entity schemas
This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.
Returns every entity schema the app defines, plus the built-in User entity when it has custom fields.
Each entry pairs the entity name with its JSON Schema: the entity’s properties, its required fields, and its row-level security rules under rls. To read one schema on its own, use Get entity schema.
This endpoint accepts a personal API key. Workspace API keys are not authorized for it and are rejected with a 403.
GET
List entity schemas