Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

PlatformOption

type
PlatformType!,non-null
name
String!,non-null
count
Int!,non-null
Sample
{ "type": "POWERPLATFORM", "name": "Example String", "count": 40 }

ToolOption

id
ID!,non-null
name
String
type
String!,non-null
count
Int!,non-null
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "type": "Example String", "count": 40 }

SeverityDistribution

severity
count
Int!,non-null
percentage
Float!,non-null
Sample
{ "severity": "LOW", "count": 40, "percentage": 40 }

AgentHealthStats

healthPercentage
Float!,non-null
noIssuesPercentage
Float!,non-null
bySeverity
Sample
{ "healthPercentage": 40, "noIssuesPercentage": 40, "bySeverity": [ { "__typename": "SeverityDistribution" } ] }

AgentAggregations

health
Sample
{ "health": { "__typename": "AgentHealthStats" } }

AgentFilterSuggestion

label
String!,non-null

Human-readable label (e.g., 'High severity issues')

filter

Typed filter that FE can apply directly to the agents query

reason
String

Explanation of why this filter is suggested

Sample
{ "label": "Example String", "filter": { "__typename": "AgentFilterOutput" }, "reason": "Example String" }

AgentsResponseMetadata

suggestions

Filter suggestions based on current data. Sorted by priority (highest first).

Sample
{ "suggestions": [ { "__typename": "AgentFilterSuggestion" } ] }

AgentsResponse

items
[Agent!]!,non-null
total
Int!,non-null
aggregations

Implements interfaces

Sample
{ "items": [ { "__typename": "Agent" } ], "total": 40, "aggregations": { "__typename": "AgentAggregations" }, "metadata": { "__typename": "AgentsResponseMetadata" } }

Integration

platform
Platform!,non-null
status
description
String!,non-null
error
String
Sample
{ "platform": { "__typename": "Platform" }, "status": "DISABLED", "description": "Example String", "error": "Example String" }

IntegrationsResponse

tenantId
String!,non-null
items
Sample
{ "tenantId": "Example String", "items": [ { "__typename": "Integration" } ] }

ClaudeCodeManualConfig

filename
String!,non-null
unix
JSON!,non-null
windows
JSON!,non-null
Sample
{ "filename": "Example String", "unix": "Example Custom Scalar", "windows": "Example Custom Scalar" }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview