host.state.list
List keys (with their current values) in this tenant's key-value state namespace, optionally filtered by prefix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max keys to return; default 100. | |
| prefix | No | Only list keys starting with this prefix; default: all keys. | |
| end_user | No | "self" for the caller's own verified end-user identity, an explicit subject (only when this call carries no end-user identity of its own), or omit/null for the tenant-wide value. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |