analyze_exceptions
Analyze request exceptions by grouping them into message patterns. Detect recurring errors across recent or filtered requests to pinpoint root causes.
Instructions
Analyze exceptions across requests, grouping by message pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Analyze all available requests (max 100) | |
| uri | No | Filter by URI pattern (substring match) | |
| count | No | Number of recent HTTP requests to analyze | |
| limit | No | Max exception groups to return | |
| since | No | Time duration to look back (e.g., "30m", "1h", "2d", "1w") | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username | |
| requestId | No | Specific request ID (highest priority) | |
| groupByMessage | No | Group exceptions by normalized message |