v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1461972964.4 KB

Lists the results of the Security Hub insight specified by the insight ARN.

get/insights/results/{InsightArn}

Path parameters

InsightArnstring required

The ARN of the insight for which to return results.

Response

Success

Example response

{
  "InsightResults": {
    "GroupByAttribute": "ResourceId",
    "InsightArn": "arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
    "ResultValues": [
      {
        "Count": 10,
        "GroupByAttributeValue": "AWS::::Account:111122223333"
      },
      {
        "Count": 3,
        "GroupByAttributeValue": "AWS::::Account:444455556666"
      }
    ]
  }
}