How to export Logic App Run History Data? (for a Standard Logic app that has multiple workflows)

Landry, Francois 20 Reputation points
2023-02-28T00:18:12.7+00:00

Hello,

We need to export Run History details for a "Standard" Logic App that has more than one workflow.For consumption, we can use https://learn.microsoft.com/en-us/rest/api/logic/workflow-runs/get?tabs=HTTP , however we need something for Standard Logic App.

thank you!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,496 questions
0 comments No comments
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 24,926 Reputation points Microsoft Employee Moderator
    2023-02-28T06:47:45.77+00:00

    @Landry, Francois Thank you for reaching out to Microsoft Q&A.

    Standard logic app runs on a dedicated App service plan and all the respective Azure Management Rest API related to workflow will be found under the Azure App service instead of Logic Apps.

    Below are the list of REST API's available for the standard logic app.

    User's image

    Here is the respective Azure Management Rest API to get the workflow run of a particular workflow in standard logic apps.

    Feel free to reach back to me if you have any further questions on this.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.