API Reference
/- DataSource
Agent
Environment
Owner
Tool
AccessChannel
ConnectedAgent
ModelAgent
Edge
Issue
Platform
AgentAudit
PageInfo
AgentAuditResponse
AuditTimelineEntry
AgentCountByOwner
AgentCountByEnvironment
AgentCountByPlatform
AgentCountByAccessibility
AgentCountBySeverity
AgentCountByTool
AgentCountByDataSource
AgentCountByRiskCategory
Integration
IntegrationsResponse
IntegrationInstallationResponse
Usage
DataSource
Download GraphQL schema
external Id
id
platform
name
environment
owner
accessibility
description
nodes
edges
tools
created At
highest Issue Severity
usage
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "platform": { "__typename": "Platform" }, "name": "Example String", "environment": { "__typename": "Environment" }, "owner": { "__typename": "Owner" }, "accessibility": "PUBLIC", "description": "Example String", "nodes": [ { "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "issues": [ { "__typename": "Issue" } ] } ], "edges": [ { "connectionA": "Example String", "connectionB": "Example String", "direction": "ATOB" } ], "tools": [ { "__typename": "Tool" } ], "createdAt": "Example Custom Scalar", "highestIssueSeverity": { "__typename": "Issue" }, "usage": { "__typename": "Usage" } }
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String" }
Referenced in
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "jobTitle": "Example String", "email": "Example String" }
Referenced in
external Id
id
type
name
enabled
issues
Implements interfaces
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "Example String", "name": "Example String", "enabled": true, "issues": [ { "__typename": "Issue" } ] }
Referenced in
external Id
id
name
status
issues
type
Implements interfaces
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "status": "Example String", "issues": [ { "__typename": "Issue" } ], "type": "Example String" }
Referenced in
external Id
id
name
enabled
issues
Implements interfaces
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "enabled": true, "issues": [ { "__typename": "Issue" } ] }
Implements interfaces
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "issues": [ { "__typename": "Issue" } ] }
id
name
instructions
foundational Model
issues
Implements interfaces
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "instructions": "Example String", "foundationalModel": "Example String", "issues": [ { "__typename": "Issue" } ] }
Sample
{ "connectionA": "Example String", "connectionB": "Example String", "direction": "ATOB" }
id
title
severity
reasoning
status
category
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "title": "Example String", "severity": "LOW", "reasoning": "Example String", "status": "OPEN", "category": "ACCESS" }