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

# GET /v1/alert-subscriptions

`GET /v1/alert-subscriptions`

## Query parameters

- `page` integer
- `pageSize` integer
- `keyword` string
- `status` integer

## Response `200`

OK

- RabbitApiV1ListAlertSubscriptionsReply
  - `items` 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
  - `total` string
  - `page` integer
  - `pageSize` integer

## 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/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)
