events_query
Query whitelisted event kinds with optional filters for time, severity, and maximum count.
Instructions
Query user-visible events (kind whitelist). Read-only. Optional since (ISO-8601), severity, limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Event kind. Must be in the whitelist (s4_contradiction, trajectory_metric, ...). | |
| since | No | ISO-8601 timestamp; only events at or after this are returned. Omit to return events from the start of the log. | |
| severity | No | Optional severity filter. Omit to return all severities. | |
| limit | No | Maximum events returned (default 100, capped at 1000 by the daemon regardless of the value supplied). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No | ||
| count | No |