---
title: "Get all notifications"
method: GET
path: "/notifications"
tags: ["Notifications"]
---

# Get all notifications

`GET /notifications`

Get all notification, if filtering by driver you can querystring like this "?filter={"driverNotification": {"driverId":99033}}"

## Query parameters

- `limit` integer
- `offset` integer
- `thingId` string
- `status` string
- `filter` string

## Response `200`

Get all notifications

- object
  - `meta` object
    - `limit` integer — Number of rows retrieved
    - `offset` integer — Number of rows skipped
    - `total` integer — Total number of rows
  - `data` object[]
    - `_id` string
    - `title` string
    - `content` string
    - `arguments` string
    - `thingId` string
    - `driverId` string
    - `deliveryId` string

## Other responses

- `403` — Not authorized access

---

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