Skip to main content
GET
/
api
/
v1
/
org
/
warehouse-credentials
/
{credentialsUuid}
{
  "results": {
    "credentials": {
      "type": "snowflake",
      "account": "<string>",
      "requireUserCredentials": true,
      "authenticationType": "password",
      "role": "<string>",
      "database": "<string>",
      "warehouse": "<string>",
      "schema": "<string>",
      "threads": 123,
      "clientSessionKeepAlive": true,
      "queryTag": "<string>",
      "accessUrl": "<string>",
      "startOfWeek": 0,
      "quotedIdentifiersIgnoreCase": true,
      "override": true
    },
    "createdByUserUuid": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "warehouseType": "bigquery",
    "description": "<string>",
    "name": "<string>",
    "organizationUuid": "<string>",
    "organizationWarehouseCredentialsUuid": "<string>"
  },
  "status": "ok"
}

Path Parameters

credentialsUuid
string
required

the UUID of the warehouse credentials

Response

Ok

results
object
required

Organization-level warehouse credentials

status
enum<string>
required
Available options:
ok
I