---
title: "List notifications"
method: GET
path: "/notifications"
---

# List notifications

`GET /notifications`

## Query parameters

- `company` string
- `topic` string
- `start_date` string, date
- `end date` string, date
- `recipient_type` string
- `recipient` string

## Response `200`

200

- object
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `id` string
    - `topic` string
    - `company` string
    - `recipient_type` string
    - `recipient` string
    - `email_communication` string
    - `created_at` string

## Other responses

- `400` — 400

---

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