---
title: "Gets a list of key-value revisions."
method: GET
path: "/revisions"
---

# Gets a list of key-value revisions.

`GET /revisions`

Gets a list of key-value revisions.

## Query parameters

- `api-version` string, required
- `key` string
- `label` string
- `After` string
- `$Select` string[]
- `tags` string[]

## Headers

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

## Response `200`

The request has succeeded.

- KeyValueListResult — The result of a list request.
  - `items` KeyValue[] — The collection value.
    - `key` string, required — The key of the key-value.
    - `label` string — The label the key-value belongs to.
    - `content_type` string — The content type of the value stored within the key-value.
    - `value` string — The value of the key-value.
    - `last_modified` string, date-time — A date representing the last time the key-value was modified.
    - `tags` object — The tags of the key-value
    - `description` string — The description of the key-value.
    - `locked` boolean — Indicates whether the key-value is locked.
    - `etag` string — A value representing the current state of the resource.
  - `etag` string — An identifier representing the returned state of the resource.
  - `@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)
