collectionClusterInfo

How the collection's shards are spread across the cluster, as the answering peer sees it.

val info = qdrant.collectionClusterInfo("docs")
val moving = info.shardTransfers.isNotEmpty()

Throws

if the collection does not exist.