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

# GET /label/task/{taskId}

`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, required
  - `workspaceId` string, required

## Changes

- **2025-12-11** `93b231773126` — 1 breaking, 6 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `items/color` to the response with the `200` status
  - added the required property `items/createdAt` to the response with the `200` status
  - added the required property `items/id` to the response with the `200` status
  - …3 more

[Change 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/15fac753c45f/schema)
