## Agent **Type:** GraphQL objects ### Fields - externalId (ID) - id (ID) - platform (Platform, Not Null): undefined - name (String) - type (PlatformType) - category (PlatformCategory) - description (String) - name (String) - environment (Environment, Not Null): undefined - externalId (ID) - id (ID) - name (String) - owner (Owner, Not Null): undefined - externalId (ID) - id (ID) - name (String) - jobTitle (String) - email (String) - accessibility (AgentAccessibility, Not Null): undefined - description (String) - nodes (Node, Not Null): undefined - id (ID) - name (String) - issues (Issue) - edges (Edge, Not Null): undefined - connectionA (String) - connectionB (String) - direction (EdgeDirection) - tools (Tool, Not Null): undefined - externalId (ID) - id (ID) - type (String) - name (String) - enabled (Boolean) - issues (Issue) - createdAt (DateTime) - highestIssueSeverity (Issue): undefined - id (ID) - title (String) - severity (IssueSeverity) - reasoning (String) - status (IssueStatus) - category (IssueCategory) - usage (Usage): undefined - tokens (Int) - trend (Trend): When there is no trend, we use null - lastSession (DateTime): Last agent activity, when there is no last session, we use null --- ## Environment **Type:** GraphQL objects ### Fields - externalId (ID) - id (ID) - name (String) --- ## Owner **Type:** GraphQL objects ### Fields - externalId (ID) - id (ID) - name (String) - jobTitle (String) - email (String) --- ## Tool **Type:** GraphQL objects ### Fields - externalId (ID) - id (ID) - type (String) - name (String) - enabled (Boolean) - issues (Issue): undefined - id (ID) - title (String) - severity (IssueSeverity) - reasoning (String) - status (IssueStatus) - category (IssueCategory) --- ## DataSource **Type:** GraphQL objects ### Fields - externalId (ID) - id (ID) - name (String) - status (String) - issues (Issue): undefined - id (ID) - title (String) - severity (IssueSeverity) - reasoning (String) - status (IssueStatus) - category (IssueCategory) - type (String) --- ## AccessChannel **Type:** GraphQL objects ### Fields - externalId (ID) - id (ID) - name (String) - enabled (Boolean) - issues (Issue): undefined - id (ID) - title (String) - severity (IssueSeverity) - reasoning (String) - status (IssueStatus) - category (IssueCategory) --- ## ConnectedAgent **Type:** GraphQL objects ### Fields - externalId (ID) - id (ID) - name (String) - issues (Issue): undefined - id (ID) - title (String) - severity (IssueSeverity) - reasoning (String) - status (IssueStatus) - category (IssueCategory) --- ## ModelAgent **Type:** GraphQL objects ### Fields - id (ID) - name (String) - instructions (String) - foundationalModel (String) - issues (Issue): undefined - id (ID) - title (String) - severity (IssueSeverity) - reasoning (String) - status (IssueStatus) - category (IssueCategory) --- ## Edge **Type:** GraphQL objects ### Fields - connectionA (String) - connectionB (String) - direction (EdgeDirection, Not Null): undefined --- ## Issue **Type:** GraphQL objects ### Fields - id (ID) - title (String) - severity (IssueSeverity, Not Null): undefined - reasoning (String) - status (IssueStatus, Not Null): undefined - category (IssueCategory): undefined --- ## Platform **Type:** GraphQL objects ### Fields - name (String) - type (PlatformType, Not Null): undefined - category (PlatformCategory, Not Null): undefined - description (String) --- ## AgentAudit **Type:** GraphQL objects ### Fields - sessionId (ID) - type (AgentAuditType, Not Null): undefined - message (String) - issues (Issue): undefined - id (ID) - title (String) - severity (IssueSeverity) - reasoning (String) - status (IssueStatus) - category (IssueCategory) - timestamp (DateTime) - toolType (String) --- ## PageInfo **Type:** GraphQL objects ### Fields - hasNextPage (Boolean) --- ## AgentAuditResponse **Type:** GraphQL objects ### Fields - pageInfo (PageInfo, Not Null): undefined - hasNextPage (Boolean) - items (AgentAudit): undefined - sessionId (ID) - type (AgentAuditType) - message (String) - issues (Issue) - timestamp (DateTime) - toolType (String) --- ## AuditTimelineEntry **Type:** GraphQL objects ### Fields - key (String) - label (String) - value (Int) --- ## AgentCountByOwner **Type:** GraphQL objects ### Fields - owner (Owner, Not Null): undefined - externalId (ID) - id (ID) - name (String) - jobTitle (String) - email (String) - count (Int) --- ## AgentCountByEnvironment **Type:** GraphQL objects ### Fields - environment (Environment, Not Null): undefined - externalId (ID) - id (ID) - name (String) - count (Int) --- ## AgentCountByPlatform **Type:** GraphQL objects ### Fields - platform (Platform, Not Null): undefined - name (String) - type (PlatformType) - category (PlatformCategory) - description (String) - count (Int) --- ## AgentCountByAccessibility **Type:** GraphQL objects ### Fields - accessibility (AgentAccessibility, Not Null): undefined - count (Int) --- ## AgentCountBySeverity **Type:** GraphQL objects ### Fields - severity (IssueSeverity, Not Null): undefined - count (Int) --- ## AgentCountByTool **Type:** GraphQL objects ### Fields - tool (Tool, Not Null): undefined - externalId (ID) - id (ID) - type (String) - name (String) - enabled (Boolean) - issues (Issue) - count (Int) --- ## AgentCountByDataSource **Type:** GraphQL objects ### Fields - dataSource (DataSource, Not Null): undefined - externalId (ID) - id (ID) - name (String) - status (String) - issues (Issue) - type (String) - count (Int) --- ## AgentCountByRiskCategory **Type:** GraphQL objects ### Fields - category (IssueCategory, Not Null): undefined - count (Int) --- ## Integration **Type:** GraphQL objects ### Fields - platform (Platform, Not Null): undefined - name (String) - type (PlatformType) - category (PlatformCategory) - description (String) - status (IntegrationStatus, Not Null): undefined - description (String) - error (String) --- ## IntegrationsResponse **Type:** GraphQL objects ### Fields - tenantId (String) - items (Integration, Not Null): undefined - platform (Platform) - status (IntegrationStatus) - description (String) - error (String) --- ## IntegrationInstallationResponse **Type:** GraphQL objects ### Fields - integration (Integration, Not Null): undefined - platform (Platform) - status (IntegrationStatus) - description (String) - error (String) - error (String) - redirectUri (String) --- ## Usage **Type:** GraphQL objects ### Fields - tokens (Int) - trend (Trend): When there is no trend, we use null - lastSession (DateTime): Last agent activity, when there is no last session, we use null