Skip to main content
Lists all vector IDs currently stored in the encrypted index.

Returns

Dict[str, Union[List[str], int]] - Dictionary containing:
  • ids: List of vector IDs currently stored in the index
  • count: Total number of IDs in the index

Exceptions

  • 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.

Example Usage