---
title: "Get note labels"
method: GET
path: "/labels/note"
tags: ["Note Labels"]
---

# Get note labels

`GET /labels/note`

Retrieve a paginated list of note labels. Note labels are used to categorize and organize notes within the system.

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

Successfully retrieved note labels. Returns items array with pagination info.

- NoteLabelPaginatedResponseDto
  - `items` NoteLabelDto[], required
    - `id` string, required
    - `name` string, required
    - `colorHex` string, required
  - `pagination` PaginationDto, required
    - `totalItems` number, required
    - `page` number, required
    - `hasNextPage` boolean, required

## Other responses

- `400` — Bad request - invalid query parameters (e.g., page or pageSize out of range)
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

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