Skip to main content
GET
List AI Insights
string
Filter by Kubernetes namespace
string
Filter by incident name (e.g., INC-20260319-001)
integer
default:"1"
Page number for pagination
integer
default:"20"
Items per page (max 100)

What Are AI Insights?

Every time the AIOps platform detects an incident, an AIInsight resource is created containing the AI’s complete analysis. This includes:
  • Root cause analysis with confidence score (0-100%)
  • Recommendations in human-readable format
  • Suggested actions with concrete parameters (e.g., “ScaleDeployment to 5 replicas”)
  • Enrichment data: log analysis, Prometheus metrics, GitOps context, cascade analysis, and blast radius prediction
This endpoint is essential for understanding how the AI reasoned about each incident, especially when incidents are escalated to human operators.

Authorizations

Authorization
string
header
required

Bearer token issued by the operator. Format: Authorization: Bearer <token>.

Query Parameters

namespace
string

Filter by Kubernetes namespace.

issue
string

Filter by incident name.

page
integer
default:1

Page number.

pageSize
integer
default:20

Items per page (max 100).

Required range: x <= 100

Response

Paginated list of AI insights

apiVersion
string
Example:

"v1"

kind
string
Example:

"AIInsightList"

metadata
object
items
object[]