The Power Automate APIs allow users to access and enhance the functionality of Power Platform. To retrieve Power Automate flow run history, make a call to the appropriate API endpoint with the environment and flow IDs. The call returns the first 50 records, but also includes a "nextLink" property for accessing the next page of runs. Iterate through the pages until all runs are retrieved or a fixed limit is reached. The article provides a TypeScript code snippet for implementing this functionality.
Login now to access my digest by 365.Training