---
title: "Retrieve notification by ID"
method: GET
path: "/notifications/{id}/"
tags: ["notifications"]
---

# Retrieve notification by ID

`GET /notifications/{id}/`

Use this method to retrieve a notification by its ID.

## Path parameters

- `id` integer, required

## Response `200`

- Notification
  - `id` integer, required
  - `type` string, required — Notification type
  - `created_date` string, date-time, required — Notification creation date
  - `acknowledged_date` string, date-time, required — Notification acknowledgement date
  - `acknowledged_reaction` string — Notification acknowledgement reaction
  - `active` boolean, required — Notification acknowledgement reaction
  - `event_id` string, required — Event id
  - `object_type` string, required — Event object type
  - `acknowledged_by` integer, required — User that acknowledged notification
  - `matched_watch_lists` integer[], required — Ids of matched watchlists
  - `camera_group` integer, required

---

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