Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": {
"project": {
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "<string>"
},
"credentials": {
"type": "redshift",
"user": "<string>",
"authenticationType": "password",
"assumeRoleArn": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"userUuid": "<string>",
"uuid": "<string>"
}
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Get user warehouse credentials preference
Get the user’s warehouse credentials preference for a project
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
user-credentials
Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": {
"project": {
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "<string>"
},
"credentials": {
"type": "redshift",
"user": "<string>",
"authenticationType": "password",
"assumeRoleArn": "<string>"
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"userUuid": "<string>",
"uuid": "<string>"
}
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?