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

  1. api/v2/statements-{statement Handle} - Checks the status of the execution of a statement GET {{baseUrl}}/api/v2/statements/:statementHandle?requestId=<uuid>&partition=<long>

  2. api/v2/statements - Submits a SQL statement for execution. POST {{baseUrl}}/api/v2/statements?requestId=<uuid>&async=<boolean>&nullable=<boolean>

  3. api/v2/statements-{statement Handle} - Cancels the execution of a statement. POST {{baseUrl}}/api/v2/statements/:statementHandle/cancel?requestId=<uuid>