---
title: "List notifications"
method: GET
path: "/notifications/"
tags: ["notifications"]
---

# List notifications

`GET /notifications/`

Use this method to list notifications.

## Query parameters

- `acknowledged_by` integer
- `acknowledged_date_gte` string, date-time
- `acknowledged_reaction` string
- `active` boolean
- `created_date_gt` string, date-time
- `created_date_gte` string, date-time
- `created_date_last_n_days` number
- `created_date_lt` string, date-time
- `created_date_lte` string, date-time
- `created_date_nth_full_week` number
- `created_date_nth_work_week` number
- `event_id` string
- `id_in` integer[]
- `limit` string
- `ordering` string
- `page` string

## Response `200`

- PaginatedNotificationList
  - `next_page` string, nullable
  - `prev_page` string, nullable
  - `results` 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)
