GET
/
collections
/
{collection}
/
synonyms
/
{path}
Get the synonyms file editing status
curl --request GET \
  --url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}
{
  "path": "<string>",
  "state": "NOT_READY"
}

Path Parameters

collection
string
required

The name of a collection.

path
string
required

The path to a synonyms file.

Response

200 - application/json

successful operation

The response is of type object.