I have a bunch of Power Automate flows which include Desktop and Modern flows. I want to create a Power BI report to see the overview and status. I tried the following:
Add an OData Feed using the Web API's:
https://{ENV}/api/data/v9.1/workflows?$filter=category ge 5
https://{ENV}/api/data/v9.1/flowsessions
I am getting the details for all Desktop Flows which is Category 6 but none for Category 5 which is Cloud Flows in flowsessions
Where can i get the data for the session details for the Cloud Flows of category 5?