Snowflake SQL API V2
Number of APIs: 3
The Snowflake SQL API is a REST API that you can use to access and update data in a Snowflake database.
Contact Support: Name: Snowflake, Inc. Email: support@snowflake.com
-
api/v2/statements-{statement Handle} - Checks the status of the execution of a statement GET {{baseUrl}}/api/v2/statements/:statementHandle?requestId=<uuid>&partition=<long>
-
api/v2/statements - Submits a SQL statement for execution. POST {{baseUrl}}/api/v2/statements?requestId=<uuid>&async=<boolean>&nullable=<boolean>
-
api/v2/statements-{statement Handle} - Cancels the execution of a statement. POST {{baseUrl}}/api/v2/statements/:statementHandle/cancel?requestId=<uuid>