---
title: "Get all synonyms"
method: GET
path: "/synonym"
tags: ["Synonym"]
---

# Get all synonyms

`GET /synonym`

## Query parameters

- `searchTerm` string
- `types` string[]
- `isGeneratedByAI` boolean
- `statuses` string[]
- `limit` integer
- `offset` integer

## Response `200`

OK

- SynonymApiModels — Paginated collection of synonyms
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` SynonymApiModel[] — The retrieved records.
    - `Id` integer — Id of the synonym
    - `SourceTerm` string — Optional source term, if filled it is considered a one way synonym
    - `Terms` string[] — Synonym terms
    - `IsGeneratedByAI` boolean — Indicates whether the synonym is generated by AI
    - `Status` 'Pending' | 'Approved' | 'Rejected' — Indicates the status of the synonym

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
