Hello. How can I trigger Prefect Flows programmati...
# show-and-tell
o
Hello. How can I trigger Prefect Flows programmatically? Is there any Prefect Server API I could call? I'm looking to implement a case similar to one described in https://docs.prefect.io/core/PINs/PIN-14-Listener-Flows-2.html
j
Hi @ocet, you’ll want to use the GraphQL API: https://docs.prefect.io/orchestration/concepts/flow_runs.html
o
I must have missed that. Thanks!
j
No problem!