Get Service Summary
get_service_summaryGet aggregated service-level performance stats to identify frequently called, error-heavy, or resource-intensive services, including external API summaries for dependency analysis.
Instructions
Get aggregated service-level performance statistics. Shows which services are called most, have highest error rates, or consume most resources. Includes external API call summary for dependency analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Sort criteria | count |
| 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. | |
| max_count | No | Max items to return | |
| start_time | No | Start time. Defaults to 1 hour ago. | |
| include_api_calls | No | Include external API call summary |