Does Dagster have a REST API that can be used to t...
# dagster-plus
r
Does Dagster have a REST API that can be used to trigger jobs/runs and get information out of the Dagster instance? For example, Airflow has this API https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html
d
We have a GraphQL API that plays a similar role: https://docs.dagster.io/concepts/dagit/graphql#graphql-api
🌈 1
r
sorry I missed this in the docs, thanks!