Skip to main content
GET
Error

Path Parameters

projectUuid
string
required
sourceType
enum<string>
required

Discriminator for every query source a project can execute queries against. A query source is anything that can scan a schema and run a query returning the standard table format (ResultColumns + rows behind a queryUuid): the project warehouse, the semantic layer, the DuckDB compose engine, and — later — CSV uploads, HTTP APIs, Google Sheets, etc.

Deliberately NOT WarehouseTypes: sources are not warehouses, they plug in above the warehouse client layer.

Available options:
semanticLayer,
sql,
duckdb

Response

Success

results
object
required

The standard shape every source's schema scan returns.

status
enum<string>
required
Available options:
ok