
Announcements
Hi
I want to fetch the list of flow execution details which got finished execution between two dates (T1 < T2). Is there any api to fetch this type of result?. API will be called through python script.
for example
input: T1 (26/10/21 10:00 am),T2 (27/10/21 05:00 pm) , list of flow names
output: completed Flow details bet T1 and T2 (Status, name of the flow, Start time, End time).
can someone help me how to do this?.