APIs Overview
Overview
Accounts on the Team and Enterprise plans can query the dbt Cloud APIs.
dbt Cloud provides two APIs:
- The dbt Cloud Administrative API can be used to administrate a dbt Cloud account.
- The dbt Cloud Discovery API can be used to fetch metadata related to the state and health of your dbt project.
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