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

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

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

Returns metadata information about Key Value Store.

## Path parameters

- `KvsARN` string, required

## Response `200`

Success

- DescribeKeyValueStoreResponse — Metadata information about a Key Value Store.
  - `ItemCount` integer, required — Number of key value pairs in the Key Value Store.
  - `TotalSizeInBytes` integer, required — Total size of the Key Value Store in bytes.
  - `KvsARN` string, required — The Amazon Resource Name (ARN) of the Key Value Store.
  - `Created` string, date-time, required — Date and time when the Key Value Store was created.
  - `LastModified` string, date-time — Date and time when the key value pairs in the Key Value Store was last modified.
  - `Status` string — The current status of the Key Value Store.
  - `FailureReason` string — The reason for Key Value Store creation failure.

## Other responses

- `480` — ConflictException
- `481` — InternalServerException
- `482` — ResourceNotFoundException
- `483` — 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)
