---
title: "GET /v1/alert-subscriptions/{uid}"
method: GET
path: "/v1/alert-subscriptions/{uid}"
tags: ["Alert"]
---

# GET /v1/alert-subscriptions/{uid}

`GET /v1/alert-subscriptions/{uid}`

## Path parameters

- `uid` string, required

## Response `200`

OK

- RabbitApiV1AlertSubscriptionItem
  - `uid` string
  - `name` string
  - `remark` string
  - `labels` object
  - `excludeLabels` object
  - `recipientGroupUids` string[]
  - `members` RabbitApiV1AlertSubscriptionMemberItem[]
    - `memberUid` string
    - `isEmail` boolean
    - `isSms` boolean
    - `isPhone` boolean
    - `memberName` string
    - `memberAvatar` string
    - `memberEmail` string
    - `memberPhone` string
  - `directMemberEmailConfigUid` string
  - `directMemberTemplateUid` string
  - `status` integer
  - `createdAt` string
  - `updatedAt` string

## Changes

- **2026-05-26** `70f8cc019a57` — 1 info
  - endpoint added
- **2026-02-27** `e94a3eecf8db` — 1 breaking
  - api path removed without deprecation

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

---

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