get_stats_distribution
Retrieve alert distribution grouped by category or origin with filters, sorting, and pagination to analyze historical rocket alert patterns.
Instructions
Get alert distribution grouped by category or origin, with filtering, sorting, and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | ISO 8601 date to filter from | |
| endDate | No | ISO 8601 date to filter until | |
| origin | No | Filter by origin(s), comma-separated | |
| groupBy | No | Group results by category or origin (default: category) | |
| category | No | Filter by specific alert type (exact match) | |
| limit | No | Number of categories to return (1-100, default 50) | |
| offset | No | Number of results to skip | |
| sort | No | Sort by count or category (default: count) | |
| order | No | Sort direction (default: desc) |