Hi, I’d need to fetch the list of executions based...
# flyte-support
a
Hi, I’d need to fetch the list of executions based on tags or labels and I was trying to see what filter values can be applied to the filters argument in the recent_executions method (https://docs.flyte.org/en/latest/api/flytekit/generated/flytekit.remote.remote.FlyteRemote.html#flytekit.remote.remote.FlyteRemote.recent_executions). In the
common.proto
file I see this
Copy code
// Indicates a list of filters passed as string.
    // More info on constructing filters : <Link>
    // +optional
    string filters = 4;
I navigated through the source code and it seems there is no place to understand how to construct those filters
a
Thank you so much 🙌