Query To List All Flows

Is there a query to list every flow we have in our environment?

Comments

  • Please navigate to the query editor by clicking the three dots on any folder in a project.

    The following query will list every flow in the environment created by a user.

    select * from entity_header_data where entity_type_short_name = 'Flow' and created_by != 'System'
    
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion