APIs overview teamenterprise
Accounts on the Team and Enterprise plans can query the dbt Cloud APIs.
dbt Cloud provides the following APIs:
- The dbt Cloud Administrative API can be used to administrate a dbt Cloud account. It can be called manually or with the dbt Cloud Terraform provider.
- The dbt Cloud Discovery API can be used to fetch metadata related to the state and health of your dbt project.
- The dbt Semantic Layer APIs provides multiple API options which allow you to query your metrics defined in the dbt Semantic Layer.
If you want to learn more about webhooks, refer to Webhooks for your jobs.
How to Access the APIs
dbt Cloud supports two types of API Tokens: user tokens and service account tokens. Requests to the dbt Cloud APIs can be authorized using these tokens.
0