Skip to main content
GET
Get status of machine translate engine

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Path Parameters

mtsUid
string
required

Machine translate settings UID. Identifies a standalone MT-engine settings entry (see GET /machineTranslateSettings), not a Language AI profile wrapper uid (type MEMSOURCE_TRANSLATE_SETTINGS) — passing a Language AI profile wrapper uid returns 400 Bad Request. To check Phrase Language AI engine health, use GET /api2/v2/memsourceTranslateProfiles/{uid}/engines/statuses instead.

Response

OK

Live status of a machine translate engine, as reported by its backend

error
string

Error message returned by the engine; null if the engine is operational

ok
boolean

When true, the MT engine responded successfully

uid
string

Unique identifier of the machine translate settings engine