v1

latestOpenAPI 3.1.02026-07-2631411.5 MB
Storage - Query

Execute SQL query

Execute a read-only SELECT query against the workspace's storage warehouse. Tables must be referenced as [datasetSlug].[modelSlug] and are rewritten to the underlying warehouse table under the hood.

post/storage/query

Request body

querystring required

A read-only SELECT statement. Tables must be referenced as [datasetSlug].[modelSlug] and are rewritten to the underlying warehouse table under the hood. Example: "SELECT count() FROM my_dataset.my_model"

Response

Successful response

rowsobject[] required

Result rows.