Get Kvstore Data
get_kvstore_dataRetrieve documents from a KV Store collection using MongoDB-style query filters to fetch lookup or configuration data and narrow results by field values.
Instructions
Get documents from a KV Store collection with optional MongoDB-style query filtering. Use this to fetch lookup/configuration data or narrow results by field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | App where the collection resides (defaults to current/app context) | |
| query | No | MongoDB-style filter object (e.g., {"status": "active"}) | |
| collection | Yes | Collection name |