API Reference
/- ToolOrderByInput
ActivityTypeFilter
IssueReferenceFilter
ToolReferenceFilter
DataSourceReferenceFilter
AccessChannelReferenceFilter
SessionFilter
SessionOrderByInput
TimelineQueryInput
SeverityFilter
AccessibilityFilter
OwnerFilter
EnvironmentTypeFilter
EnvironmentFilter
PlatformFilter
PlatformTypeFilter
ToolFilter
AgentFilter
AgentOrderByInput
InstallIntegrationInput
TestIntegrationConnectionInput
BooleanFilter
StringFilter
UsageRangeFilter
DateRangeFilter
DateTimeFilter
DetectionFilter
DetectionTypeFilter
FlowStatusFilter
FlowModeFilter
FlowAgentFilter
FlowFilter
FlowOrderByInput
ToolFilterInput
DataSourceFilterInput
AccessChannelFilterInput
DataSourceOrderByInput
AccessChannelOrderByInput
AgentReferenceFilter
FindingFilter
FindingTypeFilter
PolicyConditionGroupInput
PolicyCreateIssueActionParamsInput
PolicyActionInput
IntRangeFilter
PolicyFilter
PolicyModeFilter
PolicyStatusFilter
PolicyTriggerTypeFilter
CreatePolicyInput
UpdatePolicyInput
PolicyTriggerInput
PolicyOrderByInput
ConfigureSSOInput
ToolOrderByInput
Download GraphQL schema
search
String
status
platform
environment
owner
mode
has External Trigger
severity
findings
agents
created At
updated At
Sample
{ "id": { "__typename": "StringFilter" }, "search": "Example String", "status": { "__typename": "FlowStatusFilter" }, "platform": { "__typename": "PlatformFilter" }, "environment": { "__typename": "EnvironmentFilter" }, "owner": { "__typename": "OwnerFilter" }, "mode": { "__typename": "FlowModeFilter" }, "hasExternalTrigger": { "__typename": "BooleanFilter" }, "severity": { "__typename": "SeverityFilter" }, "findings": { "__typename": "FindingFilter" }, "agents": { "__typename": "FlowAgentFilter" }, "createdAt": { "__typename": "DateTimeFilter" }, "updatedAt": { "__typename": "DateTimeFilter" } }
field
direction
Sample
{ "field": "NAME", "direction": "ASC" }
search
String
type
enabled
environment
findings
agent
Sample
{ "id": { "__typename": "StringFilter" }, "search": "Example String", "type": { "__typename": "StringFilter" }, "enabled": { "__typename": "BooleanFilter" }, "environment": { "__typename": "EnvironmentFilter" }, "findings": { "__typename": "FindingFilter" }, "agent": { "__typename": "AgentFilter" } }
Referenced in
search
String
type
enabled
environment
findings
Sample
{ "id": { "__typename": "StringFilter" }, "search": "Example String", "type": { "__typename": "StringFilter" }, "enabled": { "__typename": "BooleanFilter" }, "environment": { "__typename": "EnvironmentFilter" }, "findings": { "__typename": "FindingFilter" } }
search
String
enabled
type
environment
findings
Sample
{ "id": { "__typename": "StringFilter" }, "search": "Example String", "enabled": { "__typename": "BooleanFilter" }, "type": { "__typename": "StringFilter" }, "environment": { "__typename": "EnvironmentFilter" }, "findings": { "__typename": "FindingFilter" } }
field
direction
Sample
{ "field": "NAME", "direction": "ASC" }
field
direction
Sample
{ "field": "NAME", "direction": "ASC" }
field
direction
Sample
{ "field": "NAME", "direction": "ASC" }
Simplified filter for agent references in issue queries
Filter by agent ID(s)
name
Filter by agent name
platform
Filter by agent's platform
environment
Filter by agent's environment
Sample
{ "id": { "__typename": "StringFilter" }, "name": { "__typename": "StringFilter" }, "platform": { "__typename": "PlatformFilter" }, "environment": { "__typename": "EnvironmentFilter" } }
Referenced in
Filter for findings
Filter by finding type
Filter by finding ID
Sample
{ "type": { "__typename": "FindingTypeFilter" }, "id": { "__typename": "StringFilter" } }
Filter for finding types
in
Finding types to include in the results
operator
Operator to apply for matching finding types (IN = match if ANY type is present, AND = match if ALL types are present)
Sample
{ "in": [ "INSTRUCTIONS_NOT_CLEAR" ], "operator": "IN" }
Referenced in