https://dagster.io/ logo
#dagster-support
Title
# dagster-support
t

Thibault

09/08/2022, 4:41 AM
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

daniel

09/08/2022, 2:24 PM
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

Thibault

09/09/2022, 12:23 AM
Thanks Daniel, I'll use the graphQL API then thank you box
condagster 1
3 Views