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

Returns

List[str] - List of all vector IDs currently stored 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