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
Example response
{
"byod": {
"url": "redis://redis.example.com:6379/0",
"prefix": "app:prod:"
}
}