Get the query schema
Query
Get Query Schema
Introspect the virtual tables and per-collection extracted fields available to SQL queries over the given collections. Use this to discover column names, entity field names, types, and levels, plus each collection’s verbatim extract schema and prompt, before writing a query.
Fields with level ‘file’ appear as rows in the entities table; fields with level ‘segment’ live inside the segment_entities.entities JSON column.
GET
Get the query schema
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated list of collection IDs (1-20) to introspect