Hey everybody! hope you are doing well, just a qui...
# dagster-plus
g
Hey everybody! hope you are doing well, just a quick q. I have a Daster cloud instance and wanted to grab status of a pipeline using curl/http request. But I get "Unauthorized error". Do you know how I can autenthicate for cloud endpoint?
j
You’ll want to pass a user token as a
Dagster-Cloud-Api-Token
header - here’s an example of how you can do it using
DagsterGraphQLClient
https://github.com/dagster-io/dagster/discussions/7772
g
Thank you so much!