https://prefect.io logo
Title
m

Mitch

05/16/2023, 9:04 PM
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
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

Taylor Curran

05/16/2023, 10:11 PM
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