GET
/
collections
/
{collection}
/
synonyms
List all synonyms files
curl --request GET \
  --url https://{FUSION HOST}/api/collections/{collection}/synonyms
[
  {
    "path": "<string>",
    "state": "NOT_READY"
  }
]

Path Parameters

collection
string
required

The name of a collection.

Response

200 - application/json

successful operation

The response is of type object[].