GET
/
collections
/
{collection}
/
status
Get collection status
curl --request GET \
  --url https://{FUSION HOST}/api/collections/{collection}/status
{
  "maxShardsPerNode": 123,
  "replicationFactor": 123,
  "configName": "<string>",
  "shards": {},
  "policy": "<string>"
}

Path Parameters

collection
string
required

The name of a collection.

Response

200 - application/json

successful operation

The response is of type object.