API
Reference
- Projects
- My Account
- User attributes
- SSH Keypairs
- SQL runner
- Spotlight
- Spaces
- Roles & Permissions
- Integrations
- Share links
- Schedulers
- Exploring
- Charts
- Content
- Organizations
- GETGet apiv1org
- PUTPut apiv1org
- PATCHPatch apiv1org
- DELDelete apiv1org
- GETGet apiv1orgprojects
- POSTPost apiv1orgprojects
- GETGet apiv1orgusers
- GETGet apiv1orgusers 1
- GETGet apiv1orgusersemail
- DELDelete apiv1orguser
- GETGet apiv1orgallowedemaildomains
- PATCHPatch apiv1orgallowedemaildomains
- GETGet apiv1orggroups
- POSTPost apiv1orggroups
- GETGet apiv1orgcolor palettes
- POSTPost apiv1orgcolor palettes
- DELDelete apiv1orgcolor palettes
- PATCHPatch apiv1orgcolor palettes
- POSTPost apiv1orgcolor palettes active
- GET
- Notifications
- Metrics Explorer
- User Groups
- API Reference
- Git Integration
- Dashboards
- Exports
- Comments
- Catalog
- v2
Organizations
Post apiv1orgprojects
POST
/
api
/
v1
/
org
/
projects
Copy
Ask AI
{
"results": {
"hasContentCopy": true,
"project": {
"createdByUserUuid": "<string>",
"schedulerTimezone": "<string>",
"dbtVersion": "v1.4",
"upstreamProjectUuid": "<string>",
"pinnedListUuid": "<string>",
"warehouseConnection": {
"type": "snowflake",
"authenticationType": "password",
"token": "<string>",
"role": "<string>",
"account": "<string>",
"requireUserCredentials": true,
"database": "<string>",
"warehouse": "<string>",
"schema": "<string>",
"threads": 123,
"clientSessionKeepAlive": true,
"queryTag": "<string>",
"accessUrl": "<string>",
"startOfWeek": 0,
"quotedIdentifiersIgnoreCase": true,
"override": true
},
"dbtConnection": {
"type": "dbt",
"target": "<string>",
"environment": [
{
"value": "<string>",
"key": "<string>"
}
],
"selector": "<string>",
"profiles_dir": "<string>",
"project_dir": "<string>"
},
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "<string>",
"organizationUuid": "<string>"
}
},
"status": "ok"
}
Body
application/json
From T, pick a set of properties whose keys are in the union K
Response
200
application/json
Ok
The response is of type object
.
Copy
Ask AI
{
"results": {
"hasContentCopy": true,
"project": {
"createdByUserUuid": "<string>",
"schedulerTimezone": "<string>",
"dbtVersion": "v1.4",
"upstreamProjectUuid": "<string>",
"pinnedListUuid": "<string>",
"warehouseConnection": {
"type": "snowflake",
"authenticationType": "password",
"token": "<string>",
"role": "<string>",
"account": "<string>",
"requireUserCredentials": true,
"database": "<string>",
"warehouse": "<string>",
"schema": "<string>",
"threads": 123,
"clientSessionKeepAlive": true,
"queryTag": "<string>",
"accessUrl": "<string>",
"startOfWeek": 0,
"quotedIdentifiersIgnoreCase": true,
"override": true
},
"dbtConnection": {
"type": "dbt",
"target": "<string>",
"environment": [
{
"value": "<string>",
"key": "<string>"
}
],
"selector": "<string>",
"profiles_dir": "<string>",
"project_dir": "<string>"
},
"type": "DEFAULT",
"name": "<string>",
"projectUuid": "<string>",
"organizationUuid": "<string>"
}
},
"status": "ok"
}
Assistant
Responses are generated using AI and may contain mistakes.