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

Fabio Grätz

12/08/2022, 3:44 PM
Is there a way to list projcts with flyte remote (python api)?
r

Rahul Mehta

12/08/2022, 4:08 PM
I know you can do this with
flytectl
- perhaps you need to construct a FlyteAdmin API client instead of FlyteRemote?
y

Yee

12/08/2022, 5:42 PM
not with flyte remote… the underlying client yes.
just didn’t expect usage so didn’t add it
f

Fabio Grätz

12/12/2022, 7:17 PM
Perfect, used the underlying client 👍