---
title: "List Service Types"
method: GET
path: "/translation-domain/service-types"
tags: ["Translation Domain"]
---

# List Service Types

`GET /translation-domain/service-types`

List all available service types.

## Headers

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

## Response `200`

- ListTranslationServiceTypesResponse — A response for the List Translation Service Types endpoint.
  - `itemCount` integer, required
  - `items` TranslationServiceType[], required
    - `id` string, required — The Service Type identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The Service Type name.</div>

## Other responses

- `401` — The user could not be identified.

---

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