Python
import requests url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}" response = requests.get(url) print(response.text)
{ "path": "<string>", "state": "NOT_READY" }
Return editing READY/NOT_READY status for a single synonyms file (or 404).
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.
The path to a synonyms file.
.*
successful operation
NOT_READY
READY
NOT_SAVED
Was this page helpful?