Skip to main content
GET
/
api
/
v1
/
org
/
warehouse-credentials
{
  "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"
}

Response

Ok

results
object[]
required
status
enum<string>
required
Available options:
ok
I