Cannot see workflows by subscription or by resource group

Quan 11 Reputation points
2021-12-29T23:40:31.037+00:00

I created a logic app and I wanted to enable/disable them through the rest API. When I attempt to do that, I get a 404 and resource not found. Then, I attempted to just list my workflows by subscription from here: https://learn.microsoft.com/en-us/rest/api/logic/workflows/list-by-subscription. I signed in and put in the appropriate information and get a 200 (OK) response, but get this json response:

{
"value": []
}

I can see my workflows through the portal. I'm not sure why my workflows are not found by my subscription. I've checked the resource id and it is under the correct subscription and resource group.

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

2 answers

Sort by: Most helpful
  1. Quan 11 Reputation points
    2022-01-01T18:17:12.48+00:00

    I've decided to start over from scratch and can now see my workflows via the Rest API.

    1 person found this answer helpful.

  2. Jared Holgate 5 Reputation points Microsoft Employee
    2023-09-13T13:23:11.0166667+00:00

    As an FYI for anyone ending up at this question who is trying to query Standard Logic apps, there is a set of APIs under App Service that you can use. For example to see the definition of a workflow you can use this API: https://learn.microsoft.com/en-us/rest/api/appservice/workflow-versions/list

    0 comments No comments