Skip to main content
GET
Get Store Item

Query Parameters

key
string
required

Key of the item to retrieve.

namespace

Namespace path. Use dot-separated string or repeated query params.

Response

Successful Response

Response model for getting items

key
string
required

The item's key within its namespace.

value
any
required

The stored value.

namespace
string[]
required

The namespace path where this item is stored.