SQL
Run a query (POST)
Same as the GET variant, for queries too long to fit in a URL.
This endpoint is not cached in CARTO's CDN, so every request reaches the data warehouse. Keep that in mind to avoid unnecessary compute cost.
post/v3/sql/{connectionName}/query
Path parameters
connectionNamestring required
Name of the connection to use.
Request body
Response
The query result.