v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Termbase Export

Export Termbase

Generates an asynchronous export operation.<br> Use the Poll Export Termbase endpoint to poll until the export status is done.

post/termbases/{termbaseId}/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

format'xml' | 'tbx'

The file format used to export the termbase.

Response

OK

idstring required

The termbase export identifier.

status'queued' | 'processing' | 'done' | 'cancelled' | 'error' required

The status of the export operation.<br> queued - The export passed the structural validation and it's waiting to be processed.<br> processing - The export is in progress.<br> done - The export was successfully processed .<br> canceled - The export process was interrupted.<br> error - The export was unsuccessful due to an internal error.

errorMessagestring

When status is 'error', contains the error message explaining what went wrong.

downloadUrlstring

The url where the file can be downloaded.