---
title: "GET /insights/results/{InsightArn}"
method: GET
path: "/insights/results/{InsightArn}"
---

# GET /insights/results/{InsightArn}

`GET /insights/results/{InsightArn}`

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

## Path parameters

- `InsightArn` string, required

## Response `200`

Success

- GetInsightResultsResponse
  - `InsightResults` object, required — The insight results returned by the operation.
    - `InsightArn` string, required — The ARN of the insight whose results are returned by the <code>GetInsightResults</code> operation.
    - `GroupByAttribute` string, required — The attribute that the findings are grouped by for the insight whose results are returned by the <code>GetInsightResults</code> operation.
    - `ResultValues` InsightResultValue[], required — The list of insight result values returned by the <code>GetInsightResults</code> operation.
      - `GroupByAttributeValue` string, required — The value of the attribute that the findings are grouped by for the insight whose results are returned by the <code>GetInsightResults</code> operation.
      - `Count` integer, required — The number of findings returned for each <code>GroupByAttributeValue</code>.

## Other responses

- `480` — InternalException
- `481` — InvalidInputException
- `482` — InvalidAccessException
- `483` — LimitExceededException
- `484` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/securityhub.md) · [All operations](https://skmtc.net/aws/apis/securityhub/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/securityhub/versions/72336a39f336/schema)
