Snowflake SQL API submit statement

domain: docs.snowflake.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate using key-pair authentication or OAuth to obtain a JWT or Bearer token; the SQL API does not support username/password auth directly.
  2. Send POST https://{account_identifier}.snowflakecomputing.com/api/v2/statements with header Authorization: Bearer YOUR_TOKEN and a JSON body containing {"statement": "SELECT ...", "warehouse": "WH_NAME", "database": "DB", "schema": "PUBLIC"}.
  3. If the statement does not complete within the synchronous timeout, the response returns HTTP 202 with a statementHandle field.
  4. Poll GET /api/v2/statements/{statementHandle} until the status field is success or failed.
  5. Retrieve result pages via GET /api/v2/statements/{statementHandle}?partition=N for large result sets, incrementing the partition index.

Known gotchas

Related routes

Configure Snowflake dynamic tables with incremental and full refresh modes for automated pipeline materialization
docs.snowflake.com · 6 steps · unrated
submit a pcb fabrication order programmatically via the jlcpcb pcb api
jlcpcb.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans