---
title: "Fetch a notification"
method: GET
path: "/notifications/{notification_id}"
---

# Fetch a notification

`GET /notifications/{notification_id}`

Gets a notification by ID.

## Path parameters

- `notification_id` string, required

## Response `200`

OK

- Notification
  - `action_url` string, nullable — The link associated with the notification.
  - `archived_at` string, date-time, nullable — The timestamp when the notification was archived.
  - `category` string, nullable — The category grouping for the notification.
  - `content` string, nullable — The body content of the notification.
  - `created_at` string, date-time, required — The timestamp when the notification was created.
  - `custom_attributes` object, nullable — The custom data stored with the notification.
  - `discarded_at` string, date-time, nullable — The timestamp when the notification was discarded.
  - `id` string, uuid, required — The unique identifier for the notification.
  - `read_at` string, date-time, nullable — The timestamp when the notification was marked as read.
  - `seen_at` string, date-time, nullable — The timestamp when the notification was seen.
  - `sent_at` string, date-time, nullable — The timestamp when the notification was sent.
  - `status` 'unseen' | 'unread' | 'read' | 'archived', required — The current status of the notification.
  - `title` string, required — The title that is displayed to recipients.
  - `topic` string, nullable — The topic for additional classification.
  - `updated_at` string, date-time, required — The timestamp when the notification was last updated.
  - `user_id` string, uuid, required — The user that should receive the notification.

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
