I have pinecone standard plan and i can create upto 20 projects in it. I want to list all indexes of two projects at once, how can I do it?
Since each project will have its own API key, you will need to make two separate calls to list_indexes each signed with the API key for their respective projects. How exactly you manage that will depend on the SDK you’re using- in our Python and Node SDKs, you’d need to instantiate two separate clients.