Skip to main content
POST
/
api
/
v2
/
integrations
/
snowflake
/
{slug}
/
query
Query Snowflake
curl --request POST \
  --url https://api.example.com/api/v2/integrations/snowflake/{slug}/query \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'
[
  {}
]

Path Parameters

slug
string
required

The slug of the Snowflake connection.

Body

application/json
query
string
required

The SQL query to execute.

Response

Query execution result.

{key}
any