---
title: "List TQE Task Type Dimension"
method: GET
path: "/tqe/task-types"
tags: ["Translation Quality Evaluation Data Set"]
---

# List TQE Task Type Dimension

`GET /tqe/task-types`

Retrieves the Task Types dimension present in the Translation Quality Evaluation(TQE) dataset.

## Query parameters

- `$filter` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Headers

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

## Response `200`

- object
  - `itemCount` integer
  - `items` DimTaskTypes[]
    - `internalId` integer — A unique identifier for the task type.
    - `taskType` string — A string representing the specific type of the task.
    - `name` string — The name of the task type.
    - `businessKey` string — A key associated with the business context of the task type.
    - `automated` boolean — Indicates whether the task type is automated (true) or manual (false).
    - `accountId` string — The identifier of the account associated with the task type.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/rws/apis/trados-data-bridge-api.md) · [All operations](https://skmtc.net/rws/apis/trados-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-data-bridge-api/versions/823ba45e799c/schema)
