v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01231846.9 KB
Store

Retrieve a single item.

get/store/items

Query parameters

keystring required
namespacestring[]

Response

Success

namespacestring[] required

The namespace of the item. A namespace is analogous to a document's directory.

keystring required

The unique identifier of the item within its namespace. In general, keys needn't be globally unique.

valueobject required

The value stored in the item. This is the document itself.

created_atstring date-time required

The timestamp when the item was created.

updated_atstring date-time required

The timestamp when the item was last updated.