---
title: "POST /cis/scan/report/get"
method: POST
path: "/cis/scan/report/get"
---

# POST /cis/scan/report/get

`POST /cis/scan/report/get`

Retrieves a CIS scan report.

## Request body

- object
  - `scanArn` string, required — The scan ARN.
  - `targetAccounts` AccountId[] — The target accounts.
  - `reportFormat` 'PDF' | 'CSV' — The format of the report. Valid values are <code>PDF</code> and <code>CSV</code>. If no value is specified, the report format defaults to <code>PDF</code>.

## Response `200`

Success

- GetCisScanReportResponse
  - `url` string — The URL where a PDF or CSV of the CIS scan report can be downloaded.
  - `status` 'SUCCEEDED' | 'FAILED' | 'IN_PROGRESS' — The status.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — ResourceNotFoundException
- `484` — 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)
