Dagster GraphQL API
The Dagster GraphQL API allows clients to interact with Dagster programmatically. It can be used to query information about Dagster runs, retrieve metadata about repositories, jobs, and ops, and launch runs. The GraphQL endpoint is served by the webserver at the /graphql route.
Overview
Dagster GraphQL API is a GraphQL API specification published by Dagster on the APIs.io network.
The Dagster GraphQL API allows clients to interact with Dagster programmatically. It can be used to query information about Dagster runs, retrieve metadata about repositories, jobs, and ops, and launch runs. The GraphQL endpoint is served by the webserver at the /graphql route.
documentation is published at https://docs.dagster.io/api/graphql.
The specification includes 1 reference link.
Tagged areas include Data Engineering, Data Orchestration, Data Pipeline, ETL, and Workflows.
Endpoint
References
- GraphQL Playground https://docs.dagster.io/api/graphql
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.