---
title: "List Search Synonyms"
method: GET
path: "/{databaseId}/synonyms/items/"
tags: ["Search"]
---

# List Search Synonyms

`GET /{databaseId}/synonyms/items/`

Gives the list of synonyms defined in the database.

## Path parameters

- `databaseId` string, required

## Query parameters

- `count` integer
- `offset` integer

## Response `200`

Successful operation.

- ListSearchSynonymsResponse
  - `synonyms` SearchSynonym[], required — List of synonyms
    - `id` string, required — Id of the synonym record
    - `term` string, required — A word to which the `synonym` is specified.
    - `synonym` string, required — A word that should be considered equal to `term` by the full-text search engine.
    - `oneWay` boolean, required — If set to `true`, only `term` -> `synonym` is considered. I set to `false`, also `synonym` -> `term` works.

---

[API](https://skmtc.dev/recombee/apis/recombee-api.md) · [All operations](https://skmtc.dev/recombee/apis/recombee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recombee/recombee-api/revisions/a9c9c33eb2e8/schema)
