ListSqlConstructs
ListSqlConstructs returns the distribution of SQL constructs across all entities in the workspace. Every count is a number of entities, not a number of occurrences: an entity whose SQL contains five GROUP BY clauses adds one to the HAS_GROUP_BY count, not five. The result is workspace-scoped (derived from the authenticated request) — no entity paths are supplied. Useful for building filter/autocomplete UIs and for high-level “shape of our SQL” analytics.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Success
ListSqlConstructsResponse reports how many of the workspace's entities use each SQL construct.
One entry per construct that appears at least once in the workspace.