Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

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

Session

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

Detections that were created as part of the session

violations

Violations that were created as part of the session.

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

FindingIndicator

id
ID!,non-null
type
title
String!,non-null
timestamp
DateTime!,non-null
agent
AgentPreview!,non-null
findingType
FindingType!,non-null
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "title": "Example String", "timestamp": "Example Custom Scalar", "agent": { "__typename": "AgentPreview" }, "findingType": "INSTRUCTIONS_NOT_CLEAR" }

DetectionIndicator

id
ID!,non-null
type
title
String!,non-null
timestamp
DateTime!,non-null
agent
AgentPreview!,non-null
detectionType
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "title": "Example String", "timestamp": "Example Custom Scalar", "agent": { "__typename": "AgentPreview" }, "detectionType": "PII_LEAKAGE" }

ViolationIndicator

id
ID!,non-null
type
issue
agent
AgentPreview!,non-null
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "FINDING", "issue": { "__typename": "ViolationPreview" }, "agent": { "__typename": "AgentPreview" } }

TimelineQueryMetadata

timeRange
binCount
Int!,non-null
binWidthMs
Float!,non-null
timezone
String!,non-null

Timezone used for timestamp calculations and binning

actualTimeRange

Actual time range covered (may be slightly different due to rounding)

Sample
{ "timeRange": { "__typename": "DateTimeFilterOutput" }, "binCount": 40, "binWidthMs": 40, "timezone": "Example String", "actualTimeRange": { "__typename": "DateTimeFilterOutput" } }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview