---
title: "List an organization's labels"
method: GET
path: "/orgs/{org}/labels"
tags: ["organization"]
---

# List an organization's labels

`GET /orgs/{org}/labels`

## Path parameters

- `org` string, required

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

LabelList

- Label[]
  - `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/revisions/350de506cefa/schema)
