Skip to main content
GET
Get schema

When you’d use this

Before searching or exporting. The schema tells you what fields exist (e.g. first_name, state, age) and how you can filter each one. This is also how you build dynamic filter UIs.

Path parameters

Request

Response

Field reference

Pro move. Cache the schema response by version. When the version changes, refresh — it means we added or modified columns.
PII columns. If you don’t have the pii_restricted scope on your key, columns marked as restricted (like personal_email, phone) won’t appear in the schema at all.