retrieve
abstract suspend fun retrieve(name: String, ids: List<PointId>, withPayload: WithPayload? = null, withVector: Boolean? = null): List<Record>
Retrieve points by id.
Throws
if ids is empty.
if the collection does not exist.
if the API key is missing or wrong.
if the request exceeds the configured timeout.
on a connection failure or server error.