# Flow **Type:** GraphQL objects ## Fields - id (ID) - externalId (ID) - name (String) - description (String) - platform (Platform, Not Null): undefined - name (String) - type (PlatformType) - category (PlatformCategory) - description (String) - environment (Environment, Not Null): undefined - externalId (ID) - id (ID) - name (String) - envType (EnvironmentType) - owner (Owner): undefined - externalId (ID) - id (ID) - name (String) - jobTitle (String) - email (String) - status (FlowStatus, Not Null): undefined - mode (FlowMode, Not Null): undefined - version (String) - graph (FlowGraph, Not Null): undefined - nodes (FlowStep) - edges (FlowStepEdge) - agents (AgentPreview, Not Null): undefined - id (ID) - name (String) - platform (Platform) - tools (ToolPreview, Not Null): undefined - id (ID) - name (String) - type (String) - dataSources (DataSourcePreview, Not Null): undefined - id (ID) - name (String) - type (String) - findings (Finding, Not Null): undefined - id (ID): Unique identifier for the finding - title (String): Brief title describing the finding - type (FindingType): Type of the finding - evidence (JSON): Evidence or reference links supporting the finding - detectedAt (DateTime): When the finding was detected - issuesCount (Int): Number of active issues linked to this finding - issues (Issue, Not Null): 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. - createdAt (DateTime) - updatedAt (DateTime) - capturedAt (DateTime) - platformCreatedAt (DateTime) - platformUpdatedAt (DateTime) - metadata (JSON)