---
title: "Get labels paginated"
method: GET
path: "/api/v4/labels"
tags: ["Labels"]
---

# Get labels paginated

`GET /api/v4/labels`

Fetch labels paginated

## Query parameters

- `per` integer
- `page` integer
- `active` boolean

## Response `200`

Success

- PaginatedLabelResponse — Response schema for a list of labels
  - `data` Label[] — The list of labels
    - `active` boolean — If false the Label is disabled
    - `client_id` string, required — client_id owner of the label
    - `description` string — Description of the Label
    - `id` string — id of the Label. This UUID Version 4 is a universally unique identifier.
    - `name` string — Name of the Label
    - `slug` string, required — Slug of the Label. Its autogenerated, downcasing all letters, transliterating Unicode characters into alphanumeric strings (e.g. `á` into `a`), stripping punctuation and replacing spaces with `-`
  - `page` integer — Current page.
  - `pages` integer — Number of pages fetched.
  - `per` integer — Amount of labels per page.
  - `total` integer — total of results.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.net/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/versions/8da1cb1270df/schema)
