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

# Gets a list of key-value snapshots.

`GET /snapshots`

Gets a list of key-value snapshots.

## Query parameters

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

## Headers

- `Sync-Token` string

## Response `200`

The request has succeeded.

- SnapshotListResult — The result of a snapshot list request.
  - `items` Snapshot[] — The collection value.
    - `name` string, required — The name of the snapshot.
    - `status` 'provisioning' | 'ready' | 'archived' | 'failed' — Snapshot status.
    - `filters` KeyValueFilter[], required — A list of filters used to filter the key-values included in the snapshot.
      - `key` string, required — Filters key-values by their key field.
      - `label` string — Filters key-values by their label field.
      - `tags` string[] — Filters key-values by their tags field.
    - `composition_type` 'key' | 'key_label' — Composition types.
    - `created` string, date-time — The time that the snapshot was created.
    - `expires` string, date-time — The time that the snapshot will expire.
    - `retention_period` integer — The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used.
    - `size` integer — The size in bytes of the snapshot.
    - `items_count` integer — The amount of key-values in the snapshot.
    - `tags` object — The tags of the snapshot.
    - `description` string — The description of the snapshot.
    - `etag` string — A value representing the current state of the snapshot.
  - `@nextLink` string — The URI that can be used to request the next set of paged results.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (1.0) `dc05dfdadf60` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (1.0) `cf9d4ff2d253` — 1 info
  - endpoint added
- **2026-07-13** (1.0) `68fa1c52343d` — 1 warning, 1 info
  - deleted the `query` request parameter `Status`
  - added the new optional `query` request parameter `status`

[Change history](https://skmtc.dev/azure/apis/appconfiguration-appconfiguration/changes/snapshots/get.md)

---

[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)
