Hello Prefect Community. I’m Jace and our organiza...
# ask-community
j
Hello Prefect Community. I’m Jace and our organization recently started integrating prefect into our suite of data pipeline tools. One task that I am working on right now involves using the REST API to create a flow run (it will be triggered by another piece of software we have) and instantly run the flow run. When using the API i get a 503 and
{'exception_message': 'Service Unavailable'}
. Is there somewhere I can check the status of the API? Or maybe there is a better practice to run a flow from an outside trigger. I am open to other ideas. Thank you.
d
Is it Prefect Cloud or prefect OSS ?
c
How are you using it , what payload / endpoint?
j
The flow i would like to create a run for is in Prefect Cloud, and I am using the /flow_runs/ endpoint.
j
Thank you @Christopher Boyd. This was the issue. I was using the incorrect endpoint. This now works. Thanks for your help here.
āœ… 1
šŸ™Œ 1