---
title: "Get a single label"
method: GET
path: "/orgs/{org}/labels/{id}"
tags: ["organization"]
---

# Get a single label

`GET /orgs/{org}/labels/{id}`

## Path parameters

- `org` string, required
- `id` integer, required

## Response `200`

Label

- Label — Label a label to an issue or a pr
  - `color` string
  - `description` string — Description provides additional context about the label's purpose
  - `exclusive` boolean
  - `id` integer — ID is the unique identifier for the label
  - `is_archived` boolean
  - `name` string — Name is the display name of the label
  - `url` string — URL is the API endpoint for accessing this label

## Other responses

- `404` — APINotFound is a not found empty response

---

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