analyze_exceptions
Group exceptions by message pattern across HTTP requests. Filter by request ID, time range, or URI to identify recurring issues.
Instructions
Analyze exceptions across requests, grouping by message pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | No | Specific request ID (highest priority) | |
| count | No | Number of recent HTTP requests to analyze | |
| since | No | Time duration to look back (e.g., "30m", "1h", "2d", "1w") | |
| all | No | Analyze all available requests (max 100) | |
| uri | No | Filter by URI pattern (substring match) | |
| groupByMessage | No | Group exceptions by normalized message | |
| limit | No | Max exception groups to return |