dbt GraphQL API
Every time dbt Cloud runs a project, it generates and stores information about the project. The Discovery API exposes that metadata including details about models, sources, exposures, and execution results so teams can understand and govern their DAG.
Overview
dbt GraphQL API is a GraphQL API specification published by dbt on the APIs.io network.
Every time dbt Cloud runs a project, it generates and stores information about the project. The Discovery API exposes that metadata including details about models, sources, exposures, and execution results so teams can understand and govern their DAG.
The GraphQL endpoint is available at https://metadata.cloud.getdbt.com/graphql. documentation is published at https://docs.getdbt.com/docs/dbt-cloud-apis/discovery-api.
The specification includes 2 reference links.
Tagged areas include Analytics Engineering, Data, ELT, Metrics, and Project.
Endpoint
References
- Documentation https://docs.getdbt.com/docs/dbt-cloud-apis/discovery-api
- Documentation https://docs.getdbt.com/docs/dbt-cloud-apis/sl-api-overview
Related API Specs
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.