---
title: "Get Task Labels"
method: GET
path: "/label/task/{taskId}"
tags: ["Labels"]
---

# Get Task Labels

`GET /label/task/{taskId}`

Get all labels assigned to a specific task

## Path parameters

- `taskId` string, required

## Response `200`

List of labels for the task

- object[]
  - `id` string, required
  - `name` string, required
  - `color` string, required
  - `createdAt` unknown, required
  - `taskId` string, nullable, required
  - `workspaceId` string, nullable, required

## Changes

- **2026-03-05** `c45ef22a736c` — 2 breaking, 2 info
  - the response property `items/taskId` became nullable for the status `200`
  - the response property `items/workspaceId` became nullable for the status `200`
  - response property `items/taskId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/workspaceId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 2 breaking
  - response property `items/taskId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/workspaceId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-02-21** `4b8811b821e6` — 2 breaking, 2 info
  - the response property `items/taskId` became nullable for the status `200`
  - the response property `items/workspaceId` became nullable for the status `200`
  - response property `items/taskId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/workspaceId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/label/task/:taskId/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/c45ef22a736c/schema)
