Retrieve grouped errors with occurrence counts
/api/groups endpoint retrieves deduplicated error groups, showing unique errors with their occurrence counts and metadata.
/api/groups?environment=production/api/groups?appId=my-frontend-apperror, warning, infoExample: /api/groups?severity=error/api/groups?startDate=2024-01-01T00:00:00Z/api/groups?endDate=2024-01-31T23:59:59Z/api/groups?minCount=10/api/groups?page=2/api/groups?limit=100count, lastSeen, firstSeen, severityExample: /api/groups?sortBy=lastSeenasc (ascending), desc (descending)Example: /api/groups?sortOrder=ascUse time filters
Filter by app or environment
Use minCount to reduce results
Limit page size appropriately