---
title: "Export Termbase"
method: POST
path: "/termbases/{termbaseId}/exports"
tags: ["Termbase Export"]
---

# Export Termbase

`POST /termbases/{termbaseId}/exports`

Generates an asynchronous export operation.<br>
Use the [Poll Export Termbase](#/operations/PollExportTermbase) endpoint to poll until the export status is `done`.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Request body

- object
  - `format` 'xml' | 'tbx' — The file format used to export the termbase.
  - `properties` TermbaseExportPropertiesRequest
    - `downloadCompressed` boolean — Download compressed ( zipped ).

## Response `200`

OK

- TermbaseExportResponse
  - `id` string, 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.
  - `errorMessage` string — When status is 'error', contains the error message explaining what went wrong.
  - `downloadUrl` string — The url where the file can be downloaded.

## Other responses

- `400` — Error codes: * "invalid": Invalid input in the query parameter mentioned in the “name” field on the error response.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": - The authenticated user is not allowed to read entry. * "entitlementMissing": - Your subscription does not include access to the requested type of benefit.
- `404` — Error codes: * "notFound": - The specified termbase was not found.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
