---
title: "Get Translation Engine"
method: GET
path: "/lc.mtprovider.engines/{id}"
tags: ["Machine Translation Provider"]
---

# Get Translation Engine

`GET /lc.mtprovider.engines/{id}`

Gets the translation engine for this identifier. This request has a read timeout of 5 seconds.

## Path parameters

- `id` string, required

## Headers

- `TR_ID` string
- `x-lc-signature` string

## Response `200`

- TranslationEngine
  - `id` string, required — An identifier that uniquely identifies this engine in the app.
  - `model` string, required — The type of translation engine. It can be NEURAL or BASELINE.
  - `name` string — The name that will be displayed for the 'Type' column in the LC UI.
  - `engineSourceLanguage` string, required — The source language code that was matched in the engine.
  - `engineTargetLanguage` string, required — The target language code that was matched in the engine.
  - `matchingSourceLanguage` string, required — The source language requested by Trados Cloud Platform.
  - `matchingTargetLanguages` string[], required — The target languages requested by the Trados Cloud Platform that matched the engine's target language.

## Other responses

- `401` — Signature validation failed.

---

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