Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
Answered

REST API list of Workflows

(0) ShareShare
ReportReport
Posted on by 30

Can I find a list of a site's workflows using a REST API call?

  • Verified answer
    CCentofanti Profile Picture
    30 on at
    Re: REST API list of Workflows

    Thanks everyone! I was able to answer my own question using the links and a bit of creativity.

     

    So I don't think you can get a list of workflows at the site level, but I was able to do it by runnin two API calls using Power Automate:

    1. The first SharePoint HTTP GET call gathers all the lists on my site: https://[server]/[sitecollection]/[site]/_api/web/lists/
    2. A second SharePoint HTTP GET call loops through each list and gathers all the associated workflows: https://[server]/[sitecollection]/[site]/_api/web/lists/getByTitle('[ListTitle]')/WorkflowAssociations

    It even told me whether the workflow runs manually, automatically on created, or automatically on modified.

  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: REST API list of Workflows

    Hi @CCentofanti 

     

    If you looking for SharePoint lists REST API please have a look at this documentation.

     

    https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-lists-and-list-items-with-rest

     

    Thanks

  • v-bacao-msft Profile Picture
    on at
    Re: REST API list of Workflows

     

    Hi @CCentofanti ,

     

    I am afraid I am not quite sure what the scope of the "list of a site's" you mentioned is. Could you mention more details?

     

    Power Automate Management seems to be able to achieve your needs. You can use List Flows as Admin action to get Flows in a specified environment.

    https://docs.microsoft.com/en-us/connectors/flowmanagement/

     

    Best Regards,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Featured topics