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

# GET /notifications

`GET /notifications`

Returns a list of all Audit Manager notifications.

## Query parameters

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

## Response `200`

Success

- ListNotificationsResponse
  - `notifications` Notification[] — The returned list of notifications.
    - `id` string — The unique identifier for the notification.
    - `assessmentId` string — The identifier for the assessment.
    - `assessmentName` string — The name of the related assessment.
    - `controlSetId` string — The identifier for the control set.
    - `controlSetName` string — Specifies the name of the control set that the notification is about.
    - `description` string — The description of the notification.
    - `eventTime` string, date-time — The time when the notification was sent.
    - `source` string — The sender of the notification.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `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)
