---
title: "GET /assessmentReports"
method: GET
path: "/assessmentReports"
---

# GET /assessmentReports

`GET /assessmentReports`

Returns a list of assessment reports created in Audit Manager.

## Query parameters

- `nextToken` string
- `maxResults` integer — Max results in the page.

## Response `200`

Success

- ListAssessmentReportsResponse
  - `assessmentReports` AssessmentReportMetadata[] — The list of assessment reports that the <code>ListAssessmentReports</code> API returned.
    - `id` string — The unique identifier for the assessment report.
    - `name` string — The name of the assessment report.
    - `description` string — The description of the assessment report.
    - `assessmentId` string — The unique identifier for the associated assessment.
    - `assessmentName` string — The name of the associated assessment.
    - `author` string — The name of the user who created the assessment report.
    - `status` 'COMPLETE' | 'IN_PROGRESS' | 'FAILED' — The current status of the assessment report.
    - `creationTime` string, date-time — Specifies when the assessment report was created.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

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

---

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