---
title: "Gets all notifications in a namespace"
method: GET
path: "/api/v2/namespaces/{namespace}/notifications"
tags: ["notifications"]
---

# Gets all notifications in a namespace

`GET /api/v2/namespaces/{namespace}/notifications`

## Path parameters

- `namespace` string, required

## Response `200`

list of notifications

- object
  - `data` object[]
    - `description` string — dynamic string for humans to read
    - `count` integer
    - `level` string — enum of the notification severity level (currently only 'warning' exists)
    - `type` string — one of many fixed values that can be used as by tools to categorize the notification

---

[API](https://skmtc.net/direktiv/apis/direktiv-apiv2-reference.md) · [All operations](https://skmtc.net/direktiv/apis/direktiv-apiv2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/direktiv/direktiv-apiv2-reference/revisions/ad935afb0f54/schema)
