query_events
Query recorded knowledge graph events by actor, target, action, flow key, or time range, with results ordered chronologically and indexed retrieval for efficient, targeted search.
Instructions
Query recorded events by any combination of actor, target, action, flowKey, and inclusive time range. Results are chronologically ordered (occurredAt, falling back to createdAt). Uses relation/type indexes — never a full-graph scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Filter by actor entity name | |
| limit | No | Max events to return | |
| action | No | Filter by action verb | |
| target | No | Filter by target entity name | |
| flowKey | No | Filter by flow key | |
| timeRange | No | Inclusive time range; either bound may be omitted |