Skip to main content
Version: Next

SQL Lab

Execute SQL queries and manage SQL Lab sessions.

MethodEndpointPath
GETGet the bootstrap data for SqlLab page/api/v1/sqllab/
POSTEstimate the SQL query execution cost/api/v1/sqllab/estimate/
POSTExecute a SQL query/api/v1/sqllab/execute/
POSTExport SQL query results to CSV with streaming/api/v1/sqllab/export_streaming/
GETExport the SQL query results to a CSV/api/v1/sqllab/export/{client_id}/
POSTFormat SQL code/api/v1/sqllab/format_sql/
GETGet the result of a SQL query execution/api/v1/sqllab/results/