---
title: "GET /api/repos/{namespace}/{repository}/labels"
method: GET
path: "/api/repos/{namespace}/{repository}/labels"
tags: ["issues"]
---

# GET /api/repos/{namespace}/{repository}/labels

`GET /api/repos/{namespace}/{repository}/labels`

## Path parameters

- `namespace` string, required
- `repository` string, required

## Response `200`

List of labels

- LabelsResponse
  - `labels` LabelEntry[], required
    - `color` string, required
    - `description` string, nullable
    - `id` string, uuid, required
    - `name` string, required

## Other responses

- `404` — Repository not found or access denied

---

[API](https://skmtc.dev/mari/apis/gitarena.md) · [All operations](https://skmtc.dev/mari/apis/gitarena/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mari/gitarena/revisions/b3640d5600df/schema)
