---
title: "Retrieve Pages of a Notification Set"
method: GET
path: "/notifier/api/v1/notification/{id}"
tags: ["notifier"]
---

# Retrieve Pages of a Notification Set

`GET /notifier/api/v1/notification/{id}`

By performing a GET with an id as a path parameter, the client will retrieve a paginated response of notification objects.

## Query parameters

- `page_size` integer
- `next` string — An opaque token previously obtained from the service.

## Response `200`

A paginated list of notifications

- NotificationPage — A page description and list of notifications.
  - `page` object, required — An object informing the client the next page to retrieve.
    - `size` integer, required — The number of notifications contained in this page.
    - `next` string — The identififer to pass into the "next" parameter of a future GetNotification request. If not present, there are no additional pages.
  - `notifications` NotificationSchemaJson[], required — Notifications within this page. — unresolved $ref

## Other responses

- `304` — Not Modified
- `400` — Bad Request
- `415` — Unsupported Media Type
- `default` — Internal Server Error

---

[API](https://skmtc.dev/quay/apis/clair-container-analyzer.md) · [All operations](https://skmtc.dev/quay/apis/clair-container-analyzer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quay/clair-container-analyzer/revisions/079b3eb25695/schema)
