Error
A valid request URL is required to generate request examples{
"results": [
{
"expiresAt": "2023-11-07T05:31:56Z",
"upstreamProjectUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdByUserName": "<string>",
"createdByUserUuid": "<string>",
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"provisioningSource": "<string>",
"warehouseType": "bigquery",
"slug": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
List organization projects
Gets all projects of the current user’s organization
GET
/
api
/
v1
/
org
/
projects
Error
A valid request URL is required to generate request examples{
"results": [
{
"expiresAt": "2023-11-07T05:31:56Z",
"upstreamProjectUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdByUserName": "<string>",
"createdByUserUuid": "<string>",
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"provisioningSource": "<string>",
"warehouseType": "bigquery",
"slug": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
⌘I