---
title: "List Machine Translations"
method: GET
path: "/machine-translation"
tags: ["Machine Translation"]
---

# List Machine Translations

`GET /machine-translation`

Retrieves a list of machine translations that can be used in a translation engine.

## Query parameters

- `sourceLanguage` string, required
- `targetLanguage` string[], required

## Headers

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

## Response `200`

- ListMachineTranslationsResponse — A response for the List Machine Translations endpoint.
  - `itemCount` integer, required
  - `items` MachineTranslation[], required
    - `id` string, required
    - `provider` string, required — <div style="display: inline;">Provider of the machine translation.</div>
    - `type` string, required — Type of the machine translation. Can be generic or neural.
    - `systemId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Appears if the machine translation is neural.
    - `modelSourceLanguage` string, required — Model Source language
    - `modelTargetLanguage` string, required — Model Target language
    - `matchingSourceLanguage` string, required — Specific source language supported by the model, matching the query
    - `matchingTargetLanguages` string[], required — Specific target languages supported by the model, matching the query

## Other responses

- `400` — Error codes: * "invalid": Invalid input in the query parameter mentioned in the "name" field on the error response.
- `401` — The user could not be identified.

---

[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)
