Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

Platform

name
String!,non-null
type
PlatformType!,non-null
category
description
String!,non-null
Sample
{ "name": "Example String", "type": "POWERPLATFORM", "category": "AGENT_ORCHESTRATION", "description": "Example String" }

AgentAudit

sessionId
ID!,non-null
type
message
String
issues
[Issue!],non-null
timestamp
DateTime!,non-null
toolType
String
finding
Sample
{ "sessionId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "ToolCall", "message": "Example String", "issues": [ { "__typename": "Issue" } ], "timestamp": "Example Custom Scalar", "toolType": "Example String", "finding": { "__typename": "Finding" } }

AgentAuditResponse

items
total
Int!,non-null

Implements interfaces

Sample
{ "items": [ { "__typename": "AgentAudit" } ], "total": 40 }

AuditTimelineEntry

key
String!,non-null
label
String!,non-null
value
Int!,non-null
Sample
{ "key": "Example String", "label": "Example String", "value": 40 }

AgentCountByOwner

owner
Owner!,non-null
count
Int!,non-null
Sample
{ "owner": { "__typename": "Owner" }, "count": 40 }

AgentCountByEnvironment

environment
Environment!,non-null
count
Int!,non-null
Sample
{ "environment": { "__typename": "Environment" }, "count": 40 }

AgentCountByPlatform

platform
Platform!,non-null
count
Int!,non-null
Sample
{ "platform": { "__typename": "Platform" }, "count": 40 }

AgentCountByAccessibility

accessibility
count
Int!,non-null
Sample
{ "accessibility": "PUBLIC", "count": 40 }

AgentCountByDataSource

dataSource
DataSource!,non-null
count
Int!,non-null
Sample
{ "dataSource": { "__typename": "DataSource" }, "count": 40 }

AgentCountByFindingType

findingType
FindingType!,non-null
count
Int!,non-null
Sample
{ "findingType": "INSTRUCTIONS_NOT_CLEAR", "count": 40 }

SeverityFilterOutput

Sample
{ "in": [ "LOW" ] }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview