API Reference
/- FindingIndicator
UserMessageActivity
AgentMessageActivity
AgentReasoningActivity
ToolCallActivity
ErrorActivity
SessionStartedActivity
DataSourceAccessActivity
PolicyEvaluatedActivity
AccessChannelActivity
AuditEvent
Session
DetectionIndicator
ViolationIndicator
TimelineQueryMetadata
ActivitiesTimelineBin
BinRange
TimeRange
FindingTypeAggregation
AgentAggregation
FindingTypeSummary
AgentSummary
ActivitiesTimelineChartResponse
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
FindingIndicator
Download GraphQL schema
id
I D!,non-null
type
timestamp
agent
message
String
data Source
detections
Implements interfaces
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "dataSource": { "__typename": "DataSource" }, "detections": [ { "__typename": "Detection" } ] }
Referenced in
id
I D!,non-null
type
timestamp
agent
message
String
policy
issue
Implements interfaces
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "policy": { "__typename": "Policy" }, "issue": { "__typename": "Issue" } }
Referenced in
id
I D!,non-null
type
timestamp
agent
message
String
access Channel
detections
input
Implements interfaces
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "accessChannel": { "__typename": "AccessChannel" }, "detections": [ { "__typename": "Detection" } ], "input": "Example Custom Scalar" }
Referenced in
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "ToolCall", "timestamp": "Example Custom Scalar", "message": "Example String", "toolType": "Example String" }
Referenced in
type
timestamp
agent
message
String
session Id
I D!,non-null
detections
Detections that were created as part of the session
violations
Violations that were created as part of the session.
Sample
{ "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "sessionId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "detections": [ { "__typename": "Detection" } ], "violations": [ { "__typename": "ViolationPreview" } ] }
id
I D!,non-null
type
title
String!,non-null
timestamp
agent
finding Type
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "title": "Example String", "timestamp": "Example Custom Scalar", "agent": { "__typename": "AgentPreview" }, "findingType": "INSTRUCTIONS_NOT_CLEAR" }
Referenced in
id
I D!,non-null
type
title
String!,non-null
timestamp
agent
detection Type
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "title": "Example String", "timestamp": "Example Custom Scalar", "agent": { "__typename": "AgentPreview" }, "detectionType": "PII_LEAKAGE" }
Referenced in
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "issue": { "__typename": "ViolationPreview" }, "agent": { "__typename": "AgentPreview" } }
Referenced in
time Range
bin Count
Int!,non-null
bin Width Ms
Float!,non-null
timezone
String!,non-null
Timezone used for timestamp calculations and binning
actual Time Range
Actual time range covered (may be slightly different due to rounding)
Sample
{ "timeRange": { "__typename": "DateTimeFilterOutput" }, "binCount": 40, "binWidthMs": 40, "timezone": "Example String", "actualTimeRange": { "__typename": "DateTimeFilterOutput" } }
Referenced in
timestamp
key
String!,non-null
count
Int!,non-null
indicators
time Range
Sample
{ "timestamp": "Example Custom Scalar", "key": "Example String", "count": 40, "indicators": [ { "__typename": "FindingIndicator" } ], "timeRange": { "__typename": "DateTimeFilterOutput" } }
Referenced in