---
title: "POST /InsightSummaries"
method: POST
path: "/InsightSummaries"
---

# POST /InsightSummaries

`POST /InsightSummaries`

Retrieves the summaries of all insights in the specified group matching the provided filter values.

## Query parameters

- `MaxResults` string
- `NextToken` string

## Request body

- object
  - `States` InsightState[] — The list of insight states.
  - `GroupARN` string — The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
  - `GroupName` string — The name of the group. Required if the GroupARN isn't provided.
  - `StartTime` string, date-time, required — The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
  - `EndTime` string, date-time, required — The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
  - `MaxResults` integer — The maximum number of results to display.
  - `NextToken` string — Pagination token.

## Response `200`

Success

- GetInsightSummariesResult
  - `InsightSummaries` InsightSummary[] — The summary of each insight within the group matching the provided filters. The summary contains the InsightID, start and end time, the root cause service, the root cause and client impact statistics, the top anomalous services, and the status of the insight.
    - `InsightId` string — The insights unique identifier.
    - `GroupARN` string — The Amazon Resource Name (ARN) of the group that the insight belongs to.
    - `GroupName` string — The name of the group that the insight belongs to.
    - `RootCauseServiceId` ServiceId — <p/>
      - `Name` string — <p/>
      - `Names` String[] — <p/>
      - `AccountId` string — <p/>
      - `Type` string — <p/>
    - `Categories` InsightCategory[] — Categories The categories that label and describe the type of insight.
    - `State` 'ACTIVE' | 'CLOSED' — The current state of the insight.
    - `StartTime` string, date-time — The time, in Unix seconds, at which the insight began.
    - `EndTime` string, date-time — The time, in Unix seconds, at which the insight ended.
    - `Summary` string — A brief description of the insight.
    - `ClientRequestImpactStatistics` object — The impact statistics of the client side service. This includes the number of requests to the client service and whether the requests were faults or okay.
      - `FaultCount` integer — The number of requests that have resulted in a fault,
      - `OkCount` integer — The number of successful requests.
      - `TotalCount` integer — The total number of requests to the service.
    - `RootCauseServiceRequestImpactStatistics` object — The impact statistics of the root cause service. This includes the number of requests to the client service and whether the requests were faults or okay.
      - `FaultCount` integer — The number of requests that have resulted in a fault,
      - `OkCount` integer — The number of successful requests.
      - `TotalCount` integer — The total number of requests to the service.
    - `TopAnomalousServices` AnomalousService[] — The service within the insight that is most impacted by the incident.
      - `ServiceId` ServiceId — <p/>
        - `Name` string — <p/>
        - `Names` String[] — <p/>
        - `AccountId` string — <p/>
        - `Type` string — <p/>
    - `LastUpdateTime` string, date-time — The time, in Unix seconds, that the insight was last updated.
  - `NextToken` string — Pagination token.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottledException

---

[API](https://skmtc.net/aws/apis/xray.md) · [All operations](https://skmtc.net/aws/apis/xray/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/xray/revisions/4970909a360e/schema)
