dbt · GraphQL Specification

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.

Documentation Endpoint View on GitHub Analytics EngineeringDataELTMetricsProjectsSQLTransformationGraphQL

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 Projects.

Endpoint

https://metadata.cloud.getdbt.com/graphql

References

Related API Specs

dbt Cloud Administrative API (OpenAPI) dbt Cloud Discovery API (OpenAPI) dbt Cloud Semantic Layer API (OpenAPI)
Back to dbt · All GraphQL Specs · GitHub