Hi All,
I was wondering if there is a way to get the flow run structure by flow run id.
I have successfully implemented the graph api that gives me the flow run history with start date, end date, status, name, run id of each flow i have created. Now, i would like to also get the flow run structure for the specified run id.
Basically it's what we see when we open a specific flow run, but in the classical json format. My goal is to retrieve automatically the numbers of "apply to each actions" that recurs within any of my flows.
This should be possible in some way, but i have not been able to find any solution 🙂
Any help or suggestions would be appreciated,
Thanks a lot!