Array of key-value storage entries for the current page.
Optionalhas_Whether a subsequent page exists. false when the current page is the last page. Present only for developer and server-to-server callers.
Optionalhas_Whether a preceding page exists. false when the current page is the first page. Present only for developer and server-to-server callers.
OptionalpageCurrent page number (1-indexed). Present only for developer and server-to-server callers.
Optionalpage_Maximum number of results returned per page. Present only for developer and server-to-server callers.
Optionaltotal_Total number of storage entries matching the applied filters across all pages. Present only for developer and server-to-server callers.
Optionaltotal_Total number of pages available given the current page_size. Present only for developer and server-to-server callers.
Paginated response envelope for the dual-mode key-value storage list endpoint. End-user (user-JWT) callers receive only
data; developer and server-to-server callers also receive pagination metadata fields.