---
title: "Returns a notification by id"
method: GET
path: "/notifications/{notification_id}/"
tags: ["Notifications"]
---

# Returns a notification by id

`GET /notifications/{notification_id}/`

## Path parameters

- `notification_id` string, required

## Response `200`

Notification

- Notification
  - `fail` boolean
  - `success` boolean
  - `initial` boolean
  - `pre_initial` boolean
  - `pre` boolean
  - `one_day` boolean
  - `three_days` boolean
  - `five_days` boolean
  - `seven_days` boolean
  - `assignment` integer

## Other responses

- `default` — Unexpected error

---

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