Distributed
List shard keys
get/collections/{collection_name}/shards
Path parameters
collection_namestring required
Name of the collection to list shard keys for
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok",
"result": {
"shard_keys": [
{
"key": "region_1"
}
]
}
}