Hi everyone,
I am building a monitoring script for some of my company's deployments. For a given deployment, I want to check if the latest flow run tied to that deployment failed. If so, I would like to schedule the next deployment run. Is there something in the Python SDK that would allow me to check the latest flow run for a deployment or would I have to use the API? An example would also be helpful.