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 Pipelines, ETL, and Workflows.
Endpoint
References
- GraphQL Playground https://docs.dagster.io/api/graphql