{
"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"
}
Get all warehouse credentials for the current organization
{
"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"
}