state_list
Retrieve all active keys from the state sidecar, with optional prefix filtering to narrow results.
Instructions
List all live (non-expired) keys, optionally filtered by prefix.
Example: state_list(prefix='fact_') returns all keys starting with 'fact_'. Returns an empty list if no keys match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes |