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.
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.
API Reference
These topics provide reference information for the APIs available in Snowflake.
Step 3: Create the API integration for GCP in Snowflake
This topic provides instructions for creating an API integration object in Snowflake to work with your proxy service (i.e. Google Cloud API Gateway).
External function Error assuming AWS ROLE
ISSUE: Calling an external function returns the message below. The AWS IAM role (API Role) is valid, with correct privileges and a valid trust relationship with the Snowflake IAM User and External ID.
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…
Step 3: Create the API integration for AWS in Snowflake
This topic provides instructions for creating an API integration object in Snowflake to work with your proxy service (i.e. Amazon API Gateway).