---
title: "List Task Status Task Type Dimension"
method: GET
path: "/task-status/task-types"
tags: ["Task Status Data Set"]
---

# List Task Status Task Type Dimension

`GET /task-status/task-types`

Retrieves the task types dimension present in the Task Status 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. The request could not be understood by the server. Check error message and details to further understand the cause.
- `401` — Unauthorized request. The user could not be identified.
- `403` — Forbidden request. The user does not have the necessary permissions for the resource.

---

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