---
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
    - `recipientGroups` RabbitApiV1RecipientGroupItem[]
      - `uid` string
      - `name` string
      - `metadata` object
      - `templates` RabbitApiV1TemplateItem[]
        - `uid` string
        - `name` string
        - `messageType` integer
        - `jsonData` string
        - `createdAt` string
        - `updatedAt` string
        - `status` integer
      - `emailConfigs` RabbitApiV1EmailConfigItem[]
        - `uid` string
        - `name` string
        - `host` string
        - `port` integer
        - `username` string
        - `password` string
        - `createdAt` string
        - `updatedAt` string
        - `status` integer
      - `webhookConfigs` RabbitApiV1WebhookItem[]
        - `uid` string
        - `app` integer
        - `name` string
        - `url` string
        - `method` integer
        - `headers` object
        - `secret` string
        - `createdAt` string
        - `updatedAt` string
        - `status` integer
      - `members` RabbitApiV1RecipientGroupMemberItem[]
        - `memberUid` string
        - `isEmail` boolean
        - `isSms` boolean
        - `isPhone` boolean
        - `memberName` string
        - `memberAvatar` string
        - `memberEmail` string
        - `memberPhone` string
      - `status` integer
      - `createdAt` string
      - `updatedAt` string
    - `directMemberEmailConfig` RabbitApiV1EmailConfigItem
      - `uid` string
      - `name` string
      - `host` string
      - `port` integer
      - `username` string
      - `password` string
      - `createdAt` string
      - `updatedAt` string
      - `status` integer
    - `directMemberTemplate` RabbitApiV1TemplateItem
      - `uid` string
      - `name` string
      - `messageType` integer
      - `jsonData` string
      - `createdAt` string
      - `updatedAt` string
      - `status` integer
  - `total` string
  - `page` integer
  - `pageSize` integer

## Changes

- **2026-07-17** `695b37f99d58` — 3 info
  - added the optional property `items/items/directMemberEmailConfig` to the response with the `200` status
  - added the optional property `items/items/directMemberTemplate` to the response with the `200` status
  - added the optional property `items/items/recipientGroups` to the response with the `200` status
- **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/695b37f99d58/schema)
