v50

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

Export Translation Memory

Generates an asynchronous export operation. Use the Poll Translation Memory Export endpoint to poll until the export status is done.

post/translation-memory/{translationMemoryId}/exports

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Request body

Response

OK - returned when the status field has one of the following values: failed, done, cancelled

idstring required

The translation memory export identifier.

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

(Deprecated) 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