---
title: "GET /key-value-stores/{KvsARN}/keys"
method: GET
path: "/key-value-stores/{KvsARN}/keys"
---

# GET /key-value-stores/{KvsARN}/keys

`GET /key-value-stores/{KvsARN}/keys`

Returns a list of key value pairs.

## Path parameters

- `KvsARN` string, required

## Query parameters

- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListKeysResponse
  - `NextToken` string — If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
  - `Items` ListKeysResponseListItem[] — Key value pairs
    - `Key` string, required — The key of the key value pair.
    - `Value` string, password, required — The value of the key value pair.

## Other responses

- `480` — ConflictException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/cloudfront-keyvaluestore.md) · [All operations](https://skmtc.net/aws/apis/cloudfront-keyvaluestore/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/cloudfront-keyvaluestore/versions/81b65599e9cc/schema)
