Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

UserMessageActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String
detections
[Detection!],non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "detections": [ { "__typename": "Detection" } ] }
Referenced in

AgentMessageActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String
detections
[Detection!],non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "detections": [ { "__typename": "Detection" } ] }
Referenced in

AgentReasoningActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String
detections
[Detection!],non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "detections": [ { "__typename": "Detection" } ] }
Referenced in

ToolCallActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String
tool
ToolPreview!,non-null
input
output
detections
[Detection!],non-null
status

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "tool": { "__typename": "ToolPreview" }, "input": "Example Custom Scalar", "output": "Example Custom Scalar", "detections": [ { "__typename": "Detection" } ], "status": "SUCCESS" }
Referenced in

ErrorActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String" }
Referenced in

SessionStartedActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String" }
Referenced in

DataSourceAccessActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String
dataSource
DataSource!,non-null
detections
[Detection!],non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "dataSource": { "__typename": "DataSource" }, "detections": [ { "__typename": "Detection" } ] }
Referenced in

PolicyEvaluatedActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String
policy
issue

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "policy": { "__typename": "Policy" }, "issue": { "__typename": "Issue" } }
Referenced in

AccessChannelActivity

id
ID!,non-null
type
ActivityType!,non-null
timestamp
DateTime!,non-null
agent
Agent!,non-null
message
String
accessChannel
detections
[Detection!],non-null
input

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "SESSION", "timestamp": "Example Custom Scalar", "agent": { "__typename": "Agent" }, "message": "Example String", "accessChannel": { "__typename": "AccessChannel" }, "detections": [ { "__typename": "Detection" } ], "input": "Example Custom Scalar" }
Referenced in

AuditEvent

id
ID!,non-null
type
timestamp
DateTime!,non-null
message
String
toolType
String
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "ToolCall", "timestamp": "Example Custom Scalar", "message": "Example String", "toolType": "Example String" }
Referenced in

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview