---
title: "List available edge stores"
method: GET
path: "/fastedge/v1/kv"
tags: ["Edge Storage"]
---

# List available edge stores

`GET /fastedge/v1/kv`

Retrieve key-value storage stores available to the authenticated client.
Stores can contain KV pairs, sorted sets, or bloom filters for edge application data.

## Query parameters

- `app_id` integer
- `limit` integer
- `offset` integer

## Response `200`

Returns paginated list of edge storage stores

- object
  - `count` integer, required — Total number of stores
  - `stores` KvStoreShort[], required
    - `id` integer, required — The unique identifier of the store
    - `name` string, required — A name of the store
    - `comment` string — A description of the store
    - `app_count` integer, required — The number of applications that use this store
    - `size` integer — Total store size in bytes

## Other responses

- `404` — Requested resource not found

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
