v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Security Insights

Retrieve a list of insights

Retrieve a list of insights for a specific domain.

get/waap/v1/domains/{domain_id}/insights

Path parameters

domain_idinteger required

The domain ID

The domain ID

Query parameters

ordering'id' | '-id' | 'insight_type' | '-insight_type' | 'first_seen' | '-first_seen' | 'last_seen' | '-last_seen' | 'last_status_change' | '-last_status_change' | 'status' | '-status'
limitinteger

Number of items to return

Number of items to return

offsetinteger

Number of items to skip

Number of items to skip

idstring[] nullable

The ID of the insight

The ID of the insight

insight_typestring[] nullable

The type of the insight

The type of the insight

statusInsightStatus[] nullable

The status of the insight

The status of the insight

descriptionstring nullable

The description of the insight. Supports '*' as a wildcard.

The description of the insight. Supports '*' as a wildcard.

Response

Successful Response

limitinteger required

Number of items requested in the response

offsetinteger required

Items response offset used

countinteger required

Number of items contain in the response

Example response

{
  "results": [
    {
      "description": "A request originated from a high-risk IP: 1.2.3.4, but it was allowed by rule: 'my custom rule' the description of the insight",
      "recommendation": "disable or delete rule \"my-custom-rule\""
    }
  ]
}