Skip to main content
GET
/
collections
/
{collection}
/
partitions
List a collection's partitions
import requests

url = "https://{FUSION HOST}/api/collections/{collection}/partitions"

response = requests.get(url)

print(response.json())
[
  "<string>"
]

Path Parameters

collection
string
required

Collection ID.

Response

200 - application/json

successful operation

The response is of type string[].