v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431321234.0 KB

Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING or CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE).

Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.

post/insights/search

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

MaxResultsinteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.

NextTokenstring

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Type'REACTIVE' | 'PROACTIVE' required

The type of insights you are searching for (<code>REACTIVE</code> or <code>PROACTIVE</code>).

Response

Success

NextTokenstring

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.