If we want to programatically trigger and get stuf...
# ask-community
t
If we want to programatically trigger and get stuff from dagster, what would be the most stable API ? The docs seem to put GraphQL forward but the python client is experimental. There's also the gRPC API, which is also used internally
d
Hey Thibault - the Python client is experimental, but the underlying GraphQL API is more stable - that's what I'd recommend using to programatically access the Dagster API. If there's a query you want to make that isn't included in the Python client you can query the API directly over GraphQL.
t
Thanks Daniel, I'll use the graphQL API then thank you box
condagster 1