Logic App Standard - API for downloading run history details

Mike Lee 247 Reputation points
2023-09-27T16:24:59.7433333+00:00

I'm looking to find the detailed run history for a workflow. I have roughly 270 runs to comb through with each having a different HTTP body sent to the workflow (HTTP Trigger).

I know the content of the body to search for but the Logic App Standard UI in Azure doesn't allow me to search by http body content. And opening 270 runs to look for the exact run is painful.

Is there a way to download the complete run history of a workflow via an Azure management API for a given time range and I can search for what I need offline?

Mike

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

Accepted answer
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2023-09-27T19:13:59.2933333+00:00

    @Mike Lee You can use the Workflow Trigger Histories - List ARM API for your workflow to get the trigger history, which is the same used by the Azure Portal UI to render the runs as well.


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.