SQL
Create a job
Runs a query asynchronously. Use this for queries that would exceed the 1 minute timeout of the synchronous endpoints.
Available for BigQuery, Snowflake, Redshift, PostgreSQL and CARTO Data Warehouse connections.
Poll GET /v3/sql/{connectionName}/job/{jobId} with the returned externalId to follow the execution.
post/v3/sql/{connectionName}/job
Path parameters
connectionNamestring required
Name of the connection to use.
Request body
Response
The job was created.