https://flyte.org logo
#ask-the-community
Title
# ask-the-community
n

Nicholas Roberson

06/30/2023, 5:49 PM
Simple, but from python how can I grab all executions in a
project
x
domain
that are in the state
Running
? I was looking over the
FlyteRemote
docs but didnt see any batch version of
fetch_execution
with any filters or anything.
I am seeing this here, but not sure if there is another way to do that: https://github.com/flyteorg/flytekit/blob/master/flytekit/clients/friendly.py#L251
k

Kevin Su

07/01/2023, 8:26 PM
yup, you’re right