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

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview