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