- BinRange
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "title": "Example String", "timestamp": "Example Custom Scalar", "agent": { "__typename": "AgentPreview" }, "findingType": "INSTRUCTIONS_NOT_CLEAR" }
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "title": "Example String", "timestamp": "Example Custom Scalar", "agent": { "__typename": "AgentPreview" }, "detectionType": "PII_LEAKAGE" }
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "issue": { "__typename": "ViolationPreview" }, "agent": { "__typename": "AgentPreview" } }
Timezone used for timestamp calculations and binning
Actual time range covered (may be slightly different due to rounding)
{ "timeRange": { "__typename": "DateTimeFilterOutput" }, "binCount": 40, "binWidthMs": 40, "timezone": "Example String", "actualTimeRange": { "__typename": "DateTimeFilterOutput" } }
{ "timestamp": "Example Custom Scalar", "key": "Example String", "count": 40, "indicators": [ { "__typename": "FindingIndicator" } ], "timeRange": { "__typename": "DateTimeFilterOutput" } }
Range of bin indices for a cluster
Starting bin index (0-based)
Ending bin index (inclusive)
Number of bins spanned (end - start + 1)
{ "start": 40, "end": 40, "span": 40 }
Date-time range for a cluster
{ "start": "Example Custom Scalar", "end": "Example Custom Scalar" }
Aggregated finding type data with preview information Limited to top 5 by count, includes total count across all types
Finding type
Count of this finding type
{ "findingType": "INSTRUCTIONS_NOT_CLEAR", "count": 40 }
Aggregated agent data with preview information Limited to top 5 by count, includes total count across all agents
Agent ID
Agent name
Platform type for avatar display
Count of indicators for this agent
{ "agentId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "agentName": "Example String", "platformType": "POWERPLATFORM", "count": 40 }
Summary of finding types in a cluster
Top finding types (up to 5, sorted by count descending)
Total number of distinct finding types
{ "items": [ { "__typename": "FindingTypeAggregation" } ], "total": 40 }
Summary of agents in a cluster
Top agents (up to 5, sorted by count descending)
Total number of distinct agents
{ "items": [ { "__typename": "AgentAggregation" } ], "total": 40 }