Download SQL query results
Storage - Query
Download SQL query results
Execute a read-only SELECT query against the workspace’s storage warehouse and download the results as a file.
POST
Download SQL query results
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request body schema.
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 * FROM my_dataset.my_model"
Maximum string length:
10000Download format. Defaults to csv.
Available options:
csv, parquet 
