---
title: "Gets a list of labels."
method: GET
path: "/labels"
tags: ["Labels"]
---

# Gets a list of labels.

`GET /labels`

## Query parameters

- `name` string
- `api-version` string, required
- `After` string
- `$Select` string[]

## Headers

- `Sync-Token` string
- `Accept-Datetime` string

## Response `200`

Success

- LabelListResult — The result of a list request.
  - `items` Label[] — The collection value.
    - `name` string
  - `@nextLink` string — The URI that can be used to request the next set of paged results.

## Other responses

- `default` — Error response describing why the operation failed

---

[API](https://skmtc.dev/azure/apis/appconfiguration-appconfiguration.md) · [All operations](https://skmtc.dev/azure/apis/appconfiguration-appconfiguration/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/appconfiguration-appconfiguration/revisions/dc05dfdadf60/schema)
