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

# List labels

`GET /v1/labels`

Lists labels in the authenticated account, newest first. Omitting `page_size` uses the default of 100. The maximum `page_size` is 1000. Negative `page_size` is rejected. Use `page_token` from the previous response to fetch the next page.

## Query parameters

- `includeArchived` boolean
- `pageSize` integer
- `pageToken` string
- `tagIds` string[]

## Response `200`

A successful response.

- V1ListLabelsResponse
  - `labels` Sharedv1Label[]
    - `labelId` string
    - `name` string
    - `customerId` string
    - `policyId` string
    - `disabled` boolean
    - `created` string, date-time
    - `updated` string, date-time
    - `expunged` boolean
    - `description` string
    - `archivedAt` string, date-time
    - `tags` V1LabelTag[]
      - `labelTagId` string
      - `customerId` string
      - `name` string
      - `color` string
      - `created` string, date-time
      - `updated` string, date-time
      - `expunged` boolean
    - `importProvenance` V1LabelImportProvenance — LabelImportProvenance records where a label's library-derived lineage began. Set on labels created via LabelLibraryService.ImportLibraryLabel and preserved on clones derived from them.
      - `libraryLabelId` string — Opaque source library catalog id (library_labels.id).
      - `libraryVersionId` string — The library label version id that was imported (the pinned published version).
      - `libraryName` string — The library entry's display name at import time (denormalized for stable display).
      - `importedAt` string, date-time — When the original import happened.
  - `nextPageToken` string — Set when more labels remain after this page.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-09-03** `703019caec67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/clavata/apis/clavata-public-api-v1/changes/v1/labels/get.md)

---

[API](https://skmtc.dev/clavata/apis/clavata-public-api-v1.md) · [All operations](https://skmtc.dev/clavata/apis/clavata-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clavata/clavata-public-api-v1/revisions/703019caec67/schema)
