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

# Poll Termbase Export

`GET /termbases/{termbaseId}/exports/{exportId}`

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

## Headers

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

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

- `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 export 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)
