Get Error Summary
get_error_summaryAnalyze application errors over a time range, returning ranked error types with messages, stack traces, and transaction IDs for drill-down.
Instructions
Analyze errors within a time range. Returns error types ranked by frequency with error messages, stack traces, and sample transaction IDs for drill-down. Also shows per-service error rates for context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | End time. Defaults to now. | |
| obj_hash | No | Specific agent object hash. Overrides obj_type. | |
| obj_type | No | Object type filter. Ignored if obj_hash is provided. | |
| start_time | No | Start time. Defaults to 1 hour ago. |