v50

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

Poll Termbase Import

Polls a termbase import operation.

get/termbases/{termbaseId}/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' | 'processing' | 'done' | 'cancelled' | 'failed' | 'error' required

The status of the import operation.<br> queued - The import passed the structural validation and it's waiting to be processed.<br> processing - The import is in progress.<br> done - The import was successfully processed and at least an entry changed its structure ( either inserted or modified )<br> cancelled - The import process was interrupted.<br> failed - The import was unsuccessful. Either one of the import files is not compliant with the TBX structure or no entry changed during the import process.<br> error - The import was unsuccessful due to an internal error.