Lists all vector IDs currently stored in the encrypted index.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
Returns
Dict[str, Union[List[str], int]] - Dictionary containing:
ids: List of vector IDs currently stored in the indexcount: Total number of IDs in the index
Exceptions
Error
Error
- Throws if the API request fails due to network connectivity issues.
- Throws if authentication fails (invalid API key).
- Throws if the encryption key is invalid for the specified index.
- Throws if the index was not created or loaded yet.
- Throws if an error occurs during retrieval.