---
title: "POST /cis/scan-result/details/get"
method: POST
path: "/cis/scan-result/details/get"
---

# POST /cis/scan-result/details/get

`POST /cis/scan-result/details/get`

Retrieves CIS scan result details.

## Request body

- object
  - `scanArn` string, required — The scan ARN.
  - `targetResourceId` string, required — The target resource ID.
  - `accountId` string, required — The account ID.
  - `filterCriteria` object — The CIS scan result details filter criteria.
    - `findingStatusFilters` CisFindingStatusFilter[] — The criteria's finding status filters.
      - `comparison` 'EQUALS', required — The comparison value of the CIS finding status filter.
      - `value` 'PASSED' | 'FAILED' | 'SKIPPED', required — The value of the CIS finding status filter.
    - `checkIdFilters` CisStringFilter[] — The criteria's check ID filters.
      - `comparison` 'EQUALS' | 'PREFIX' | 'NOT_EQUALS', required — The comparison value of the CIS string filter.
      - `value` string, required — The value of the CIS string filter.
    - `titleFilters` CisStringFilter[] — The criteria's title filters.
      - `comparison` 'EQUALS' | 'PREFIX' | 'NOT_EQUALS', required — The comparison value of the CIS string filter.
      - `value` string, required — The value of the CIS string filter.
    - `securityLevelFilters` CisSecurityLevelFilter[] — The criteria's security level filters. . Security level refers to the Benchmark levels that CIS assigns to a profile.
      - `comparison` 'EQUALS', required — The CIS security filter comparison value.
      - `value` 'LEVEL_1' | 'LEVEL_2', required — The CIS security filter value.
    - `findingArnFilters` CisStringFilter[] — The criteria's finding ARN filters.
      - `comparison` 'EQUALS' | 'PREFIX' | 'NOT_EQUALS', required — The comparison value of the CIS string filter.
      - `value` string, required — The value of the CIS string filter.
  - `sortBy` 'CHECK_ID' | 'STATUS' — The sort by order.
  - `sortOrder` 'ASC' | 'DESC' — The sort order.
  - `nextToken` string — The pagination token from a previous request that's used to retrieve the next page of results.
  - `maxResults` integer — The maximum number of CIS scan result details to be returned in a single page of results.

## Response `200`

Success

- GetCisScanResultDetailsResponse
  - `scanResultDetails` CisScanResultDetails[] — The scan result details.
    - `scanArn` string, required — The CIS scan result details' scan ARN.
    - `accountId` string — The CIS scan result details' account ID.
    - `targetResourceId` string — The CIS scan result details' target resource ID.
    - `platform` string — The CIS scan result details' platform.
    - `status` 'PASSED' | 'FAILED' | 'SKIPPED' — The CIS scan result details' status.
    - `statusReason` string — The CIS scan result details' status reason.
    - `checkId` string — The CIS scan result details' check ID.
    - `title` string — The CIS scan result details' title.
    - `checkDescription` string — The account ID that's associated with the CIS scan result details.
    - `remediation` string — The CIS scan result details' remediation.
    - `level` 'LEVEL_1' | 'LEVEL_2' — The CIS scan result details' level.
    - `findingArn` string — The CIS scan result details' finding ARN.
  - `nextToken` string — The pagination token from a previous request that's used to retrieve the next page of results.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — ThrottlingException
- `483` — InternalServerException

---

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