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

# GET /v2/notifications/{notification_id}

`GET /v2/notifications/{notification_id}`

Returns a notification

## Path parameters

- `notification_id` string, required

## Response `200`

Notification found

- 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
- `404` — Message not found

---

[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)
