---
title: "GET /v1/notification-groups/{uid}"
method: GET
path: "/v1/notification-groups/{uid}"
tags: ["NotificationGroup"]
---

# GET /v1/notification-groups/{uid}

`GET /v1/notification-groups/{uid}`

## Path parameters

- `uid` string, required

## Response `200`

OK

- MarksmanApiV1NotificationGroupItem
  - `uid` string
  - `name` string
  - `remark` string
  - `metadata` object
  - `status` integer
  - `createdAt` string
  - `updatedAt` string
  - `webhooks` string[]
  - `templates` string[]
  - `emailConfigs` string[]
  - `members` MarksmanApiV1NotificationMemberItem[]
    - `memberUid` string
    - `isEmail` boolean
    - `isPhone` boolean
    - `memberName` string
    - `memberAvatar` string
  - `webhookItems` MarksmanApiV1NotificationResourceItem[]
    - `uid` string
    - `name` string
  - `templateItems` MarksmanApiV1NotificationResourceItem[]
    - `uid` string
    - `name` string
  - `emailConfigItems` MarksmanApiV1NotificationResourceItem[]
    - `uid` string
    - `name` string

## Changes

- **2026-03-31** `50b920cf67c3` — 6 info
  - added the optional property `emailConfigItems` to the response with the `200` status
  - added the optional property `emailConfigs` to the response with the `200` status
  - added the optional property `members/items/memberAvatar` to the response with the `200` status
  - added the optional property `members/items/memberName` to the response with the `200` status
  - …2 more
- **2026-03-18** `3c98a8de30e3` — 1 info
  - endpoint added
- **2026-02-28** `f5912329bb01` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-3/changes/v1/notification-groups/:uid/get.md)

---

[API](https://skmtc.dev/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
