SQL Lab
Execute SQL queries and manage SQL Lab sessions.
| Method | Endpoint | Path |
|---|---|---|
GET | Get the bootstrap data for SqlLab page | /api/v1/sqllab/ |
POST | Estimate the SQL query execution cost | /api/v1/sqllab/estimate/ |
POST | Execute a SQL query | /api/v1/sqllab/execute/ |
GET | Export the SQL query results to a CSV | /api/v1/sqllab/export/{client_id}/ |
POST | Format SQL code | /api/v1/sqllab/format_sql/ |
GET | Get the result of a SQL query execution | /api/v1/sqllab/results/ |