v50

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

Poll Termbase Export

Polls a termbase via an export operation. The exported termbase can be downloaded once the status is done.

get/termbases/{termbaseId}/exports/{exportId}

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 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.