API Reference
/- ActivitiesTimelineChartResponse
UserMessageActivity
AgentMessageActivity
AgentReasoningActivity
ToolCallActivity
ErrorActivity
SessionStartedActivity
DataSourceAccessActivity
PolicyEvaluatedActivity
AccessChannelActivity
AuditEvent
Session
FindingIndicator
DetectionIndicator
ViolationIndicator
TimelineQueryMetadata
ActivitiesTimelineBin
BinRange
TimeRange
FindingTypeAggregation
AgentAggregation
FindingTypeSummary
AgentSummary
AgentPreview
ToolPreview
DataSourcePreview
AccessChannelPreview
Agent
Environment
Owner
ConnectedAgent
ModelAgent
Edge
Platform
AgentAudit
AgentAuditResponse
AuditTimelineEntry
AgentCountByOwner
AgentCountByEnvironment
AgentCountByPlatform
AgentCountByAccessibility
AgentCountByDataSource
AgentCountByFindingType
SeverityFilterOutput
AccessibilityFilterOutput
OwnerFilterOutput
EnvironmentTypeFilterOutput
EnvironmentFilterOutput
PlatformTypeFilterOutput
PlatformFilterOutput
AgentFilterOutput
OwnerOption
PlatformOption
ToolOption
SeverityDistribution
AgentHealthStats
AgentAggregations
AgentFilterSuggestion
AgentsResponseMetadata
AgentsResponse
Integration
IntegrationsResponse
ClaudeCodeManualConfig
ClaudeCodeCloudCommands
ClaudeCodeConfig
GitHubCopilotHooksConfigJson
GitHubCopilotManualConfig
GitHubCopilotConfig
IntegrationInstallationResponse
Usage
FoundationalModelOption
IntegrationTestResult
IntegrationTestError
IntegrationFieldError
BooleanFilterOutput
StringFilterOutput
DateTimeFilterOutput
UsageRange
DateRange
PageInfo
Detection
DetectionTypeAggregation
DetectionFilterOutput
DetectionTypeFilterOutput
DetectionsResponse
FlowPreview
Flow
FlowGraph
FlowStepEdge
FlowStepConfiguration
FlowStep
FlowPlatformDistribution
FlowStatusDistribution
FlowEnvironmentDistribution
FlowOwnerDistribution
FlowSeverityDistribution
FlowAggregations
FlowEdge
FlowConnection
FlowStatusFilterOutput
FlowModeFilterOutput
FlowAgentFilterOutput
FlowFilterOutput
Tool
DataSource
AccessChannel
FindingNode
DetectionNode
SessionNode
AgentNode
ToolNode
DataSourceNode
AccessChannelNode
InventoryCategory
InventoryCategoriesResponse
InventoryAgent
InventoryToolListItem
InventoryTool
InventoryDataSourceListItem
InventoryDataSource
InventoryAccessChannelListItem
InventoryAccessChannel
ToolsResponse
ToolExternalTypeCount
DataSourcesResponse
AccessChannelsResponse
ToolFilterOutput
RemediationStep
EvidenceGraphEdge
EvidenceGraph
ViolationPreview
Issue
Finding
FindingFilterOutput
FindingTypeFilterOutput
Policy
PolicyTrigger
PolicyConditionGroup
PolicyAction
PolicyCreateIssueActionParams
IntRange
DateTimeRange
PolicyFilterOptions
PoliciesResponse
AgentTestPolicyResult
PolicyImpactPreview
PolicyMetadata
MatchingEntityGroup
StatusDistribution
EnvironmentTypeDistribution
EnvironmentDistribution
PolicyAggregations
User
OrganizationConfiguration
OrganizationSSOConfiguration
OrganizationSSOConfigurationValues
ActivitiesTimelineChartRe...
Download GraphQL schema
Date-time range for a cluster
Sample
{ "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
Finding type
count
Int!,non-null
Count of this finding type
Sample
{ "findingType": "INSTRUCTIONS_NOT_CLEAR", "count": 40 }
Referenced in
Aggregated agent data with preview information Limited to top 5 by count, includes total count across all agents
agent Id
I D!,non-null
Agent ID
agent Name
String!,non-null
Agent name
platform Type
Platform type for avatar display
count
Int!,non-null
Count of indicators for this agent
Sample
{ "agentId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "agentName": "Example String", "platformType": "POWERPLATFORM", "count": 40 }
Referenced in
Summary of finding types in a cluster
items
Top finding types (up to 5, sorted by count descending)
total
Int!,non-null
Total number of distinct finding types
Sample
{ "items": [ { "__typename": "FindingTypeAggregation" } ], "total": 40 }
Summary of agents in a cluster
items
Top agents (up to 5, sorted by count descending)
total
Int!,non-null
Total number of distinct agents
Sample
{ "items": [ { "__typename": "AgentAggregation" } ], "total": 40 }
metadata
bins
total Activities
Int!,non-null
total Indicators
Int!,non-null
Sample
{ "metadata": { "__typename": "TimelineQueryMetadata" }, "bins": [ { "__typename": "ActivitiesTimelineBin" } ], "totalActivities": 40, "totalIndicators": 40 }
Implements interfaces
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "platform": { "__typename": "Platform" } }
id
I D!,non-null
name
String!,non-null
type
String!,non-null
Implements interfaces
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "type": "Example String" }
Referenced in
id
I D!,non-null
name
String!,non-null
type
String!,non-null
Implements interfaces
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "type": "Example String" }
Referenced in
id
I D!,non-null
name
String!,non-null
type
String!,non-null
Implements interfaces
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "type": "Example String" }
Referenced in
external Id
I D!,non-null
id
I D!,non-null
platform
name
String!,non-null
environment
owner
accessibility
description
String
nodes
edges
tools
created At
updated At
highest Issue Severity
usage
findings
detections
is Runtime Protected
Boolean
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "platform": { "__typename": "Platform" }, "name": "Example String", "environment": { "__typename": "Environment" }, "owner": { "__typename": "Owner" }, "accessibility": "PUBLIC", "description": "Example String", "nodes": [ { "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String" } ], "edges": [ { "connectionA": "Example String", "connectionB": "Example String", "direction": "ATOB", "type": "NORMAL" } ], "tools": [ { "__typename": "Tool" } ], "createdAt": "Example Custom Scalar", "updatedAt": "Example Custom Scalar", "highestIssueSeverity": { "__typename": "Issue" }, "usage": { "__typename": "Usage" }, "findings": [ { "__typename": "Finding" } ], "detections": [ { "__typename": "DetectionTypeAggregation" } ], "isRuntimeProtected": true }
Referenced in