Dagster · GraphQL Specification

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.

Documentation Endpoint View on GitHub Data EngineeringData OrchestrationData PipelinesETLWorkflowsAssetsGraphQLGraphQL

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

Related API Specs

Dagster External Assets REST API (OpenAPI)
Back to Dagster · All GraphQL Specs · GitHub