v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Edge Storage

Get edge store details

Retrieve complete configuration and metadata for a specific edge storage store. Includes store type, size limits, and associated applications.

get/fastedge/v1/kv/{store_id}

Path parameters

store_idinteger required

Id of the store

Response

Returns complete edge store configuration and metadata

namestring required

A name of the store

commentstring

A description of the store

app_countinteger

The number of applications that use this store

sizeinteger

Total store size in bytes (zero for BYOD stores)

revisioninteger

Current store revision (only for non-BYOD stores)

updated_atstring date-time

Timestamp of last store revision (only for non-BYOD stores)

Example response

{
  "byod": {
    "url": "redis://redis.example.com:6379/0",
    "prefix": "app:prod:"
  }
}