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

Parameters

Returns

  • *ListIDsResponse: Contains all vector IDs:
    • Ids: Slice of all vector ID strings in the index
    • Count: Total number of IDs in the index (int32)
  • error: Any error encountered during the operation

Error Handling

  • Returns error if the API request fails due to network connectivity issues
  • Returns error if authentication fails (invalid API key)
  • Returns error if the encryption key is invalid for the specified index
  • Returns error if there are internal server errors during the operation

Example Usage