Source
Snowflake SQL API reference
To submit one or more SQL statements for execution, send a POST request to /api/v2/statements. You can specify that the statement should be executed asynchronously.
Snowflake REST APIs
Snowflake REST APIs for resource management provide a set of endpoints that lets users programmatically interact with and control various resources within the Snowflake Data Cloud. The Snowflake REST APIs suite of APIs enables developers…
Error "Multiple SQL statements in a single API call are not supported" when executing queries from Snowsight
ISSUE: Queries in the Snowsight worksheets fail with the following error:"Multiple SQL statements in a single API call are not supported; use one API call per statement instead."…
DESCRIBE INTEGRATION
Describes the properties of an integration.
CREATE API INTEGRATION
An API integration object stores information about a service reached via HTTPS API, including information about some of the following: A cloud platform provider (such as Amazon AWS). A Git repository API. The type of service (such as when…
ALTER API INTEGRATION
Modifies the properties of an existing API integration.
Threads API
Use this API to create threads that are used to interact with Cortex Agents. Create thread POST /api/v2/cortex/threads Creates a new thread and returns the thread UUID.
About the SQL API endpoints
The SQL API is available at https://account_identifier.snowflakecomputing.com/api, where account_identifier is your account identifier.
Cortex Agents Run API
There are two methods to interact with an Agent: Build an agent object and reference this agent object in a request to the agent:run API. Call agent:run directly without an agent object. You provide the configuration in the request body of…
API Reference
These topics provide reference information for the APIs available in Snowflake.