---
title: "List labels"
method: GET
path: "/api/labels/"
tags: ["Labels"]
---

# List labels

`GET /api/labels/`

List all custom labels added to your project separately from the labeling configuration.

## Query parameters

- `ordering` string
- `page` integer

## Response `200`

- PaginatedLabelList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Label[], required
    - `approved` boolean — Status of label
    - `approved_by` integer, nullable — User who approved this label
    - `created_at` string, date-time, required — Time of label creation
    - `created_by` integer, required — User who made this label
    - `description` string, nullable — Label description
    - `id` integer, required
    - `links` integer[], required
    - `organization` integer, required
    - `projects` integer[], required
    - `title` string, required — Label title
    - `updated_at` string, date-time, required — Time of label modification
    - `value` unknown, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
