Hey Team - is there any more information on the qu...
# ask-community
m
Hey Team - is there any more information on the query syntax? I'd like a query which gives me all of the flows which currently have scheduled runs but do NOT have their schedule turned on
1
Copy code
query UpcomingFlowRuns { 
  flow {	
    name,
    is_schedule_active
	} 
}
would this return all runs (regardless of schedule) and I can then just search for any with False?
t
Hi Mitch, There should be a tab in the Prefect 1 cloud UI called
Interactive API
that allows you to test out different queries.
There is documentation available at the right of the sandbox