GET
/
collections
/
{collection}
/
partitions
/
status
Get collection partitions status
curl --request GET \
  --url https://{FUSION HOST}/api/collections/{collection}/partitions/status
[
  {
    "status": "starting",
    "node": "<string>",
    "messages": [
      {
        "date": "2023-11-07T05:31:56Z",
        "message": "<string>"
      }
    ]
  }
]

Path Parameters

collection
string
required

Collection ID.

Response

200 - application/json

successful operation

The response is of type object[].