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

# GET /v2/notifications

`GET /v2/notifications`

Returns pending notifications

## Query parameters

- `from` string
- `to` string

## Response `200`

json document with an array of pending notifications

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

## Other responses

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

---

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