Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

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" }

ClaudeCodeCloudCommands

unix
String!,non-null
windows
String!,non-null
stopUnix
String!,non-null
stopWindows
String!,non-null
sessionEndUnix
String!,non-null
sessionEndWindows
String!,non-null
Sample
{ "unix": "Example String", "windows": "Example String", "stopUnix": "Example String", "stopWindows": "Example String", "sessionEndUnix": "Example String", "sessionEndWindows": "Example String" }
Referenced in

ClaudeCodeConfig

Sample
{ "manual": { "__typename": "ClaudeCodeManualConfig" }, "cloud": { "__typename": "ClaudeCodeCloudCommands" } }

GitHubCopilotHooksConfigJson

hooks
JSON!,non-null
Sample
{ "hooks": "Example Custom Scalar" }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview