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

# Get Workspace Labels

`GET /label/workspace/{workspaceId}`

Get all labels for a specific workspace

## Path parameters

- `workspaceId` string, required

## Response `200`

List of labels in the workspace

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

---

[API](https://skmtc.net/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.net/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/versions/09053e1c8b21/schema)
