---
title: "GET /curation/notifications/{id}"
method: GET
path: "/curation/notifications/{id}"
tags: ["curation"]
---

# GET /curation/notifications/{id}

`GET /curation/notifications/{id}`

Return the notification with given id

## Path parameters

- `id` integer, required

## Response `default`

default response

- PublicNotification
  - `dbCreateDate` integer — Timestamp at which the notification was created
  - `dbUpdateDate` integer — Timestamp at which the notification was last updated
  - `expiration` integer
  - `id` integer — ID for the notification
  - `message` string
  - `priority` 'LOW' | 'MEDIUM' | 'CRITICAL'
  - `type` 'SITEWIDE' | 'NEWSBODY' — Type of notification

---

[API](https://skmtc.dev/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.dev/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/revisions/9d82a4e96aa7/schema)
