Hi guys,
I would like to get the status of flow whether it failed or succeeded.
Any help is highly appreciated.

Hi guys,
I would like to get the status of flow whether it failed or succeeded.
Any help is highly appreciated.
Hi @tracytran,
You could use the Microsoft Flow Service to retrieve this history.
Stefan Strube has written a nice blog about this and how to build a custom connector for that:
After you have build that connector it would be something like below:
outputs('Get_Flow_Runs')?['body']['value'][0]['properties']['status']