---
title: "Get all notification rules for the given filters."
method: GET
path: "/notification-rules"
tags: ["NotificationRule"]
---

# Get all notification rules for the given filters.

`GET /notification-rules`

Get all notification rules for the given filters.

## Query parameters

- `api-version` string, required
- `testIds` string
- `scopes` string
- `lastModifiedStartTime` string, date-time
- `lastModifiedEndTime` string, date-time
- `maxpagesize` integer

## Response `200`

The request has succeeded.

- PagedNotificationRule — Paged collection of NotificationRule items
  - `value` NotificationRule[], required — The NotificationRule items on this page
    - `notificationRuleId` string, required — The unique identifier of the notification rule.
    - `displayName` string, required — The name of the notification rule.
    - `actionGroupIds` string[], required — The action groups to notify.
    - `scope` 'Tests', required — Scope type of a notification rule.
    - `createdDateTime` string, date-time — The creation datetime(RFC 3339 literal format).
    - `createdBy` string — The user that created.
    - `lastModifiedDateTime` string, date-time — The last Modified datetime(RFC 3339 literal format).
    - `lastModifiedBy` string — The user that last modified.
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (2022-11-01) `a39805b6167f` — 1 info
  - api operation id `NotificationRuleAdministration_ListNotificationRule` removed and replaced with `NotificationRuleAdministration_ListNotificationRules`
- **2025-06-26** (2022-11-01) `e991fe514f8b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/loadtestservice-loadtesting/changes/notification-rules/get.md)

---

[API](https://skmtc.dev/azure/apis/loadtestservice-loadtesting.md) · [All operations](https://skmtc.dev/azure/apis/loadtestservice-loadtesting/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/loadtestservice-loadtesting/revisions/a39805b6167f/schema)
