---
title: "List available notifications"
method: GET
path: "/v1/notifications/inbox"
tags: ["Notifications"]
---

# List available notifications

`GET /v1/notifications/inbox`

List available notifications.

## Query parameters

- `page[before]` string
- `page[after]` string
- `filter` NotificationFilterParameters
  - `title` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
  - `description` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
  - `namespace` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
  - `region` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
  - `status` LegacyStringFieldFilter — Filter using **one** of the following operators: `eq`, `contains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.

## Response `200`

A paginated list response for a collection of notifications

- object
  - `data` Notification[], required
    - `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.
  - `meta` union, required
    - CursorMeta — Pagination metadata.
      - `page` CursorMetaPage, required
        - `first` string, path — URI to the first page
        - `last` string, path — URI to the last page
        - `next` string, path, nullable, required — URI to the next page
        - `previous` string, path, nullable, required — URI to the previous page
        - `size` number, required — Requested page size
    - object
      - `first` string, path — URI to the first page
      - `last` string, path — URI to the last page
      - `next` string, path, nullable, required — URI to the next page
      - `previous` string, path, nullable, required — URI to the previous page
      - `size` number, required — Requested page size

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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