How to retrieve list of IDs in an index

Hi all. I’m happy to share that Pinecone now offers a /list operation for getting the IDs of records in a serverless index. It’s currently limited to the REST API only, with client support coming soon. And as mentioned, the /list operation works only for serverless indexes, not for pod-based indexes.

You can find more details in our docs:

Note: Beyond returning record IDs, /list is also useful as part of workflows to manage RAG documents.

4 Likes