Get the list of builds without configuring the project

Hi guys,

I am trying to find a way to fetch all the available buids without configuring the project.
It is needed to run automation tests in CI and I need to fetch the latest build.
The command eas build:list promprts me to set up the project which I don’t want.
I was looking for a way to may be pass auth token or use API but I haven’t found one.

Thank you,