query_events
Retrieve chronologically ordered events by actor, target, action, flow key, and inclusive time range using indexed searches.
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 |