KVListPage


The KVListPage object containing paginated results from puter.kv.list().

Attributes

items (Array)

An array containing either:

  • Strings (key names) when returnValues is false
  • KVPair objects when returnValues is true

cursor (String) (optional)

A pagination cursor to fetch the next page of results. Present only when there are more results to fetch. Pass this value to the next puter.kv.list() call to retrieve the next page.