Azure Logic App Workflow API Filtering Options

cloudteam 60 Reputation points
2025-04-29T15:26:15.61+00:00

What are the filtering options available for the Azure Logic App workflow list API?

The API endpoint in question is:
https://management.azure.com/subscriptions/{{subscription id}}/resourceGroups/{{resource group}}/providers/Microsoft.Web/sites/{{standard logic app name}}/workflows?api-version=2024-04-01

Specifically, the following information is sought:

  • Is it possible to filter workflows based on their status (enabled/disabled) and health state (healthy, unhealthy, not specified, unknown)? If so, how can this be achieved?
  • When can 'not specified' and 'unknown' statuses be expected in a workflow?
  • Is filtering based on creation time feasible? If yes, what is the method?
  • Is it possible to limit the number of records returned (e.g., to only the top 100)?

Efforts have been made to implement the last two filters, but they were unsuccessful. If feasible, examples of how to achieve this would be appreciated.

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