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.