---
title: "List Termbase Terms"
method: GET
path: "/termbases/{termbaseId}/terms/{sourceLanguageCode}"
tags: ["Termbase"]
---

# List Termbase Terms

`GET /termbases/{termbaseId}/terms/{sourceLanguageCode}`

Retrieves a list of all the terms of the termbase.
Search types:
- normal: Use normal search to look for terms that match the text exactly as entered.
- linguistic: Use linguistic search to look for terms that are similar to the search term. Linguistic search is based on stemming and other language-dependent aspects.
- fuzzy: Use fuzzy search to look for terms that are similar to the search term. Fuzzy search is more fault-tolerant than linguistic search.

## Query parameters

- `top` integer
- `skip` integer
- `search` string
- `searchType` 'normal' | 'linguistic' | 'fuzzy'
- `targetLanguageCode` string

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

OK

- ListTermbaseTermsResponse — The list termbase terms response.
  - `items` TermbaseTerm[], required
    - `id` string, required — The term identifier.
    - `entryId` string, required — The entry identifier.
    - `text` string, required — The term text.
  - `itemCount` integer, required

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the query parameter mentioned in the “name” field on the error response. * "minSize": Minimum size exceeded for the value mentioned in the "name" field on the error response. * "maxSize": Maximum size exceeded for the value mentioned in the "name" field on the error response.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": - The authenticated user is not allowed to read the entries. * "entitlementMissing": - Your subscription does not include access to the requested type of benefit.
- `416` — Error codes: * "requestedRangeNotSatisfiable": The requested entity or one of it's dependencies attempted to retrieve data outside the allowed range. Skip+Top might be outside the supported range.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
