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

# Get a label

`GET /labels/{labelId}`

Returns a single label by ID.

## Path parameters

- `labelId` string, required

## Response `200`

OK

- PAConversationLabelDTO
  - `id` string — The ID of the label
  - `name` string — The name of the label
  - `url` string — The URL of the label resource

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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