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

# GET /v2/notifications

`GET /v2/notifications`

Returns pending notifications

## Query parameters

- `from` string, date-time
- `to` string, date-time

## Response `200`

json document with an array of pending notifications

- object
  - `total` integer
  - `notifications` object[]
    - `body` string
    - `emitter` string
    - `notif_id` string — notif_id is UUIDv1, including a timestamp
    - `reference` string
    - `type` string
    - `user_id` string

## Other responses

- `400` — malform request
- `401` — Unauthorized access

---

[API](https://skmtc.dev/caliopen/apis/caliopen-http-rest-api.md) · [All operations](https://skmtc.dev/caliopen/apis/caliopen-http-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caliopen/caliopen-http-rest-api/revisions/db8743fd356d/schema)
