v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Translation Memory Import

Poll Translation Memory Import

Polls a Translation Memory import operation. The import is finished when the status is done.

get/translation-memory/imports/{importId}

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

OK

idstring required

The unique identifier of the import operation.

status'queued' | 'inProgress' | 'failed' | 'done' | 'cancelled' required

The status of the import operation.

  • queued - the import has been queued and is waiting to be processed
  • inProgress - the import is being processed
  • failed - the import has failed due to internal errors
  • done - the import has finished successfully
  • cancelled - the import has been interrupted