## agents **Type:** GraphQL queries ### Arguments - filter (AgentFilter): undefined - search (String) - severity (SeverityFilter): undefined - in (IssueSeverity): undefined - platform (PlatformFilter): undefined - name (StringFilter): undefined - in (String) - contains (String) - type (PlatformTypeFilter): undefined - in (PlatformType) - category (PlatformCategoryFilter): undefined - in (PlatformCategory) - environment (EnvironmentFilter): undefined - id (StringFilter): undefined - in (String) - contains (String) - name (StringFilter): undefined - in (String) - contains (String) - accessibility (AccessibilityFilter): undefined - in (AgentAccessibility): undefined - owner (OwnerFilter): undefined - id (StringFilter): undefined - in (String) - contains (String) - name (StringFilter): undefined - in (String) - contains (String) - email (StringFilter): undefined - in (String) - contains (String) - jobTitle (StringFilter): undefined - in (String) - contains (String) - tools (ToolFilter): undefined - id (StringFilter): undefined - in (String) - contains (String) - name (StringFilter): undefined - in (String) - contains (String) - type (StringFilter): undefined - in (String) - contains (String) - enabled (BooleanFilter): undefined - eq (Boolean) - limit (Int) ### Response **Type:** Agent **Description:** undefined #### Fields - externalId (ID) - id (ID) - platform (Platform) - name (String) - environment (Environment) - owner (Owner) - accessibility (AgentAccessibility) - description (String) - nodes (Node) - edges (Edge) - tools (Tool) - createdAt (DateTime) - highestIssueSeverity (Issue) - usage (Usage) --- ## agent **Type:** GraphQL queries ### Arguments - id (ID) ### Response **Type:** Agent **Description:** undefined #### Fields - externalId (ID) - id (ID) - platform (Platform) - name (String) - environment (Environment) - owner (Owner) - accessibility (AgentAccessibility) - description (String) - nodes (Node) - edges (Edge) - tools (Tool) - createdAt (DateTime) - highestIssueSeverity (Issue) - usage (Usage) --- ## agentAudit **Type:** GraphQL queries ### Arguments - agentId (ID) - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentAuditResponse **Description:** undefined #### Fields - pageInfo (PageInfo) - items (AgentAudit) --- ## topAgentCountByOwner **Type:** GraphQL queries ### Arguments - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentCountByOwner **Description:** undefined #### Fields - owner (Owner) - count (Int) --- ## topAgentCountByEnvironment **Type:** GraphQL queries ### Arguments - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentCountByEnvironment **Description:** undefined #### Fields - environment (Environment) - count (Int) --- ## topAgentCountByPlatform **Type:** GraphQL queries ### Arguments - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentCountByPlatform **Description:** undefined #### Fields - platform (Platform) - count (Int) --- ## topAgentCountByAccessibility **Type:** GraphQL queries ### Arguments - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentCountByAccessibility **Description:** undefined #### Fields - accessibility (AgentAccessibility) - count (Int) --- ## topAgentCountBySeverity **Type:** GraphQL queries ### Arguments - filter (AgentFilter): undefined - search (String) - severity (SeverityFilter): undefined - in (IssueSeverity): undefined - platform (PlatformFilter): undefined - name (StringFilter): undefined - in (String) - contains (String) - type (PlatformTypeFilter): undefined - in (PlatformType) - category (PlatformCategoryFilter): undefined - in (PlatformCategory) - environment (EnvironmentFilter): undefined - id (StringFilter): undefined - in (String) - contains (String) - name (StringFilter): undefined - in (String) - contains (String) - accessibility (AccessibilityFilter): undefined - in (AgentAccessibility): undefined - owner (OwnerFilter): undefined - id (StringFilter): undefined - in (String) - contains (String) - name (StringFilter): undefined - in (String) - contains (String) - email (StringFilter): undefined - in (String) - contains (String) - jobTitle (StringFilter): undefined - in (String) - contains (String) - tools (ToolFilter): undefined - id (StringFilter): undefined - in (String) - contains (String) - name (StringFilter): undefined - in (String) - contains (String) - type (StringFilter): undefined - in (String) - contains (String) - enabled (BooleanFilter): undefined - eq (Boolean) - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentCountBySeverity **Description:** undefined #### Fields - severity (IssueSeverity) - count (Int) --- ## topAgentCountByTool **Type:** GraphQL queries ### Arguments - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentCountByTool **Description:** undefined #### Fields - tool (Tool) - count (Int) --- ## topAgentCountByDataSource **Type:** GraphQL queries ### Arguments - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentCountByDataSource **Description:** undefined #### Fields - dataSource (DataSource) - count (Int) --- ## topAgentCountByRiskCategory **Type:** GraphQL queries ### Arguments - limit (Int) - before (DateTime) - after (DateTime) ### Response **Type:** AgentCountByRiskCategory **Description:** undefined #### Fields - category (IssueCategory) - count (Int) --- ## auditTimeline **Type:** GraphQL queries ### Arguments - before (DateTime) - after (DateTime) ### Response **Type:** AuditTimelineEntry **Description:** undefined #### Fields - key (String) - label (String) - value (Int) --- ## integrations **Type:** GraphQL queries ### Response **Type:** IntegrationsResponse **Description:** undefined #### Fields - tenantId (String) - items (Integration) --- ## integration **Type:** GraphQL queries ### Arguments - platformType (PlatformType, Not Null): undefined ### Response **Type:** Integration **Description:** undefined #### Fields - platform (Platform) - status (IntegrationStatus) - description (String) - error (String)