---
title: "Gets a list of labels."
method: GET
path: "/labels"
---

# Gets a list of labels.

`GET /labels`

Gets a list of labels.

## Query parameters

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

## Headers

- `Sync-Token` string
- `Accept-Datetime` string
- `x-ms-client-request-id` string, uuid

## Response `200`

The request has succeeded.

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

## Other responses

- `default` — An unexpected error response.

---

[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/806b202b7efb/schema)
