# Detection **Type:** GraphQL objects ## Fields - id (ID) - title (String) - type (DetectionType, Not Null): undefined - detectedAt (DateTime) - issue (Issue): undefined - id (ID): Unique identifier for the issue - title (String): Brief title describing the issue - severity (PolicySeverity): Severity level of the issue - reasoning (String): Detailed explanation of why this is an issue - status (IssueStatus): Current status of the issue - category (IssueCategory): Category classifying the type of risk - assignee (Owner): User assigned to resolve this issue - createdAt (DateTime): When the issue was first identified - updatedAt (DateTime): When the issue was last modified - remediationSteps (RemediationStep): Steps required to remediate this issue - agent (Agent): The agent where this issue was identified - policy (Policy): The policy that generated this issue - findings (Finding): Findings that are associated with this issue - detections (Detection): Runtime detections that are associated with this issue - graph (EvidenceGraph): Graph showing data flow related to this issue (DataSource → Agent → Tool → Policy) - timeframe (TimeRange): Timeframe of activities related to this issue. Returns null if not available. - session (Session): undefined - type (ActivityType) - timestamp (DateTime) - agent (Agent) - message (String) - sessionId (ID) - detections (Detection): Detections that were created as part of the session - violations (ViolationPreview): Violations that were created as part of the session. - activities (AuditEvent, Not Null): undefined - id (ID) - type (AgentAuditType) - timestamp (DateTime) - message (String) - toolType (String) - agent (Agent, Not Null): undefined - externalId (ID) - id (ID) - platform (Platform) - name (String) - environment (Environment) - owner (Owner) - accessibility (AgentAccessibility) - description (String) - nodes (Node) - edges (Edge) - tools (Tool) - createdAt (DateTime) - updatedAt (DateTime) - highestIssueSeverity (Issue) - usage (Usage) - findings (Finding) - detections (DetectionTypeAggregation) - isRuntimeProtected (Boolean) - description (String)