get-events
Retrieve and analyze structured event logs from the Seq server based on filters like signal IDs, time range, or event type (e.g., error, debug). Use it to investigate logged events, identify error patterns, and monitor system activity.
Instructions
Retrieve and analyze a list of event filtered by parameters. Use this tool when you need to:
Investigate events that are being logged in the SEQ server
Details of each event is a structured log and can provide usefull information
Events could be information, error, debug, or critical
Analyze error patterns and frequencies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of events to return (max 100) | |
filter | No | Filter expression for events | |
fromDateUtc | No | Start date/time in UTC | |
range | No | Time range (e.g., 1m, 15m, 1h, 1d, 7d) | |
signal | No | Comma-separated list of signal IDs | |
toDateUtc | No | End date/time in UTC |