{ "opencollection": "1.0.0", "info": { "name": "dbt Cloud Administrative Accounts Projects API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects in an account", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.getdbt.com/api/v3/accounts/:accountId/projects/", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "List projects in an account" }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.getdbt.com/api/v3/accounts/:accountId/projects/:projectId/", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Get a project" } ] } ], "bundled": true }