Python
import requests url = "https://{FUSION HOST}/api/collections/{collection}/features" response = requests.get(url) print(response.text)
[ { "name": "<string>", "collectionId": "<string>", "params": {}, "enabled": true } ]
Return all features for a specified collection.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The name of a collection.
successful operation
Show child attributes
Was this page helpful?