---
title: "Get notification details"
method: GET
path: "/v1/notifications/inbox/{notificationId}"
tags: ["Notifications"]
---

# Get notification details

`GET /v1/notifications/inbox/{notificationId}`

Get notification details.

## Path parameters

- `notificationId` string, required

## Response `200`

View a single notification.

- Notification — Properties of a notification.
  - `id` string, uuid, required — Contains a unique identifier used for this resource.
  - `title` string, required
  - `description` string, required
  - `status` 'READ' | 'UNREAD' | 'ARCHIVED', required — Status of the notification.
  - `region` 'US' | 'EU' | 'AU' | 'ME' | 'IN' | '*', required — Region associated to a notification.
  - `namespace` 'plan-and-usage' | 'organization' | 'dev-portal' | 'cloud-gateways' | 'gateway-manager', required
  - `entity_id` string, required — ID of the entity. Use '*' to represent all entities of this type.
  - `details` object, required — Metadata associated with the notification to build actionable links.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2025-08-22** `3c0154b2053a` — 4 breaking
  - the response property `detail` became nullable for the status `401`
  - the response property `instance` became nullable for the status `401`
  - the response property `status` became nullable for the status `401`
  - the response property `title` became nullable for the status `401`
- **2025-05-14** `87c135153b84` — 2 warning
  - added the new `cloud-gateways` enum value to the `namespace` response property for the response status `200`
  - added the new `gateway-manager` enum value to the `namespace` response property for the response status `200`

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v1/notifications/inbox/:notificationId/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
