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

# Get label

`GET /label/{id}`

Get a specific label by ID

## Path parameters

- `id` string, required

## Response `200`

Label details

- Label
  - `id` string, required
  - `name` string, required
  - `color` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `taskId` string, nullable, required
  - `workspaceId` string, nullable, required

## Other responses

- `400` — Unknown label, or its workspace could not be determined
- `401` — Missing or invalid credentials
- `403` — No access to the label's workspace

## Changes

- **2026-08-24** `08bbb5bedb5d` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the required property `updatedAt` to the response with the `200` status
- **2026-07-11** `32cece1ebe43` — 1 breaking
  - the `createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
- **2026-03-05** `c45ef22a736c` — 2 breaking, 2 info
  - the response property `taskId` became nullable for the status `200`
  - the response property `workspaceId` became nullable for the status `200`
  - response property `taskId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `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 `taskId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `workspaceId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/label/:id/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/9d1da42c10ce/schema)
