GET
/
api2
/
v1
/
machineTranslateSettings
/
{mtsUid}
/
status
Get status of machine translate engine
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/machineTranslateSettings/{mtsUid}/status
{
  "uid": "<string>",
  "ok": true,
  "error": "<string>"
}

Path Parameters

mtsUid
string
required

Response

200
application/json

successful operation

The response is of type object.