API Reference
/- AgentCountByAccessibility
Agent
Environment
Owner
Tool
DataSource
AccessChannel
ConnectedAgent
ModelAgent
Edge
Issue
Platform
AgentAudit
PageInfo
AgentAuditResponse
AuditTimelineEntry
AgentCountByOwner
AgentCountByEnvironment
AgentCountByPlatform
AgentCountBySeverity
AgentCountByTool
AgentCountByDataSource
AgentCountByRiskCategory
Integration
IntegrationsResponse
IntegrationInstallationResponse
Usage
AgentCountByAccessibility
Download GraphQL schema
page Info
items
Sample
{ "pageInfo": { "hasNextPage": true }, "items": [ { "__typename": "AgentAudit" } ] }
Sample
{ "key": "Example String", "label": "Example String", "value": 40 }
Sample
{ "owner": { "__typename": "Owner" }, "count": 40 }
environment
count
Sample
{ "environment": { "__typename": "Environment" }, "count": 40 }
Sample
{ "platform": { "__typename": "Platform" }, "count": 40 }
accessibility
count
Sample
{ "accessibility": "PUBLIC", "count": 40 }
severity
count
Sample
{ "severity": "LOW", "count": 40 }
Sample
{ "tool": { "__typename": "Tool" }, "count": 40 }
data Source
count
Sample
{ "dataSource": { "__typename": "DataSource" }, "count": 40 }
category
count
Sample
{ "category": "ACCESS", "count": 40 }
Sample
{ "platform": { "__typename": "Platform" }, "status": "DISABLED", "description": "Example String", "error": "Example String" }