---
title: "GET /business-domains/{businessDomainId}/alerts"
method: GET
path: "/business-domains/{businessDomainId}/alerts"
tags: ["Alerts"]
---

# GET /business-domains/{businessDomainId}/alerts

`GET /business-domains/{businessDomainId}/alerts`

Retrieves alerts defined under a business domain with optional name filter and pagination.

## Path parameters

- `businessDomainId` string, required

## Query parameters

- `api-version` string, required
- `name` string
- `$skipToken` string

## Response `200`

The request has succeeded.

- AlertListResult — Paginated alert list result
  - `value` Alert[], required — Collection of alerts
    - `id` string, required — Unique identifier for the alert
    - `name` string, required — Human-readable alert name
    - `description` string — Detailed description of the alert
    - `annotations` object — Key-value annotations for alert categorization
    - `businessDomain` Reference — Reference to entities in the data governance hierarchy for relationship establishment
      - `type` string — Type classification of the referenced entity
      - `referenceId` string — Unique identifier of the referenced entity
    - `scopes` AlertScope[], required — Array of scopes the alert monitors
      - `dataProduct` Reference, required — Reference to entities in the data governance hierarchy for relationship establishment
        - `type` string — Type classification of the referenced entity
        - `referenceId` string — Unique identifier of the referenced entity
      - `dataAsset` Reference, required — Reference to entities in the data governance hierarchy for relationship establishment
        - `type` string — Type classification of the referenced entity
        - `referenceId` string — Unique identifier of the referenced entity
    - `status` 'Enabled' | 'Disabled', required — Alert status classification
    - `condition` string, required — Condition expression evaluated for alert triggering
    - `receivers` string[], required — Notification receivers for the alert
    - `enabledForFailedJobs` boolean, required — Flag indicating whether failures automatically enable the alert
    - `createdAt` string, date-time — Creation timestamp (UTC)
    - `createdBy` string — Creator identity
    - `lastModifiedAt` string, date-time — Last modification timestamp (UTC)
    - `lastModifiedBy` string — Last modifier identity
  - `nextLink` string — Link to retrieve the next page of results

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/purviewdatagovernace-azure-analaytics-purview-dataquality.md) · [All operations](https://skmtc.net/azure/apis/purviewdatagovernace-azure-analaytics-purview-dataquality/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purviewdatagovernace-azure-analaytics-purview-dataquality/revisions/19e792d8178b/schema)
