---
title: "GET /api/v1/config/derived-labels"
method: GET
path: "/api/v1/config/derived-labels"
tags: ["DerivedLabel"]
---

# GET /api/v1/config/derived-labels

`GET /api/v1/config/derived-labels`

## Query parameters

- `page.max_size` integer
- `page.token` string
- `slugs` string[]
- `names` string[]

## Response `200`

A successful response.

- Configv1ListDerivedLabelsResponse
  - `derived_labels` Configv1DerivedLabel[]
    - `created_at` string, date-time — Timestamp of when the DerivedLabel was created. Cannot be set by clients.
    - `description` string — Optional. Description of the derived label.
    - `existing_label_policy` 'KEEP' | 'OVERRIDE'
    - `label_name` string, required — Name of the derived label. Must be unique across the system.
    - `metric_label` DerivedLabelMetricLabel
      - `constructed_label` unknown
    - `name` string, required — The name of the DerivedLabel. You can modify this value after the DerivedLabel is created.
    - `slug` string — The unique identifier of the DerivedLabel. If a `slug` isn't provided, one is generated based on the `name` field. You can't modify this field after the DerivedLabel is created.
    - `span_tag` unknown
    - `updated_at` string, date-time — Timestamp of when the DerivedLabel was last updated. Cannot be set by clients.
  - `page` Configv1PageResult
    - `next_token` string — An opaque page token that identifies the next page of items that the client should request. An empty value indicates that there are no more items to return.

## Other responses

- `500` — An unexpected error response.
- `default` — An undefined error response.

---

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