---
title: "Read Connection"
method: GET
path: "/api/snowflake/connection"
tags: ["snowflake"]
---

# Read Connection

`GET /api/snowflake/connection`

Return the organization's Snowflake connection, without secrets.

## Response `200`

Successful Response

- QuadrillionCloudApiRoutersSnowflakeConnectionResponse — Non-secret view of a Snowflake connection.
  - `configured` boolean, required
  - `account_identifier` string, nullable
  - `account_host` string, nullable
  - `oauth_client_id` string, nullable
  - `oauth_redirect_uri` string, nullable
  - `has_client_secret` boolean
  - `role` string, nullable
  - `warehouse` string, nullable
  - `default_database` string, nullable
  - `default_schema` string, nullable
  - `disabled` boolean

## Changes

- **2026-08-25** `7c2c045c836c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/snowflake/connection/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/f4de1bab5efb/schema)
