is there a way, programmatically, either with prefect cli or within python flow, to access the last time that this very flow successfully ran? I'd like to pass in as parameter the last successful run of my flow, so that I only fetch data from last successful run to now.. are there any examples of how to do this anywhere? TIA