Query entries from a LOG store
rootr_query_log_entriesFilter and retrieve log entries by time, source, level, or anomaly to inspect recent activity and identify issues for root-cause analysis.
Instructions
Query/filter entries from a LOG store by time range, source, level, and/or anomaly flag. Use this to inspect recent activity or find anomalous entries before asking rootr_ask for root-cause analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO timestamp upper bound | |
| from | No | ISO timestamp lower bound | |
| level | No | Filter by level | |
| limit | No | Max entries to return | |
| logId | Yes | LOG store node id | |
| order | No | Sort order, e.g. "asc" or "desc" | |
| source | No | Filter by source | |
| anomalyOnly | No | Only return entries flagged as anomalous |