---
title: "Get Custom Task Types"
method: GET
path: "/v2/team/{team_id}/custom_item"
tags: ["Custom Task Types"]
---

# Get Custom Task Types

`GET /v2/team/{team_id}/custom_item`

View the custom task types available in a Workspace.

## Path parameters

- `team_id` number, required

## Response `200`

- object
  - `custom_items` object[] — Array of custom task types.
    - `id` integer — Custom task type ID.
    - `name` string — Custom task type name.
    - `name_plural` string — Custom task type plural name.
    - `description` string — Custom task type description.

---

[API](https://skmtc.net/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.net/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
