---
title: "Get team notification rules"
method: GET
path: "/api/v2/team/{team_id}/notification-rules"
tags: ["Teams"]
---

# Get team notification rules

`GET /api/v2/team/{team_id}/notification-rules`

## Path parameters

- `team_id` string, required

## Response `200`

OK

- TeamNotificationRulesResponse — Team notification rules response
  - `data` TeamNotificationRule[] — Team notification rules response data
    - `attributes` TeamNotificationRuleAttributes, required — Team notification rule attributes
      - `email` TeamNotificationRuleAttributesEmail — Email notification settings for the team
        - `enabled` boolean — Flag indicating email notification
      - `ms_teams` TeamNotificationRuleAttributesMsTeams — MS Teams notification settings for the team
        - `connector_name` string — Handle for MS Teams
      - `pagerduty` TeamNotificationRuleAttributesPagerduty — PagerDuty notification settings for the team
        - `service_name` string — Service name for PagerDuty
      - `slack` TeamNotificationRuleAttributesSlack — Slack notification settings for the team
        - `channel` string — Channel for Slack notification
        - `workspace` string — Workspace for Slack notification
    - `id` string — The identifier of the team notification rule
    - `type` 'team_notification_rules', required — Team notification rule type
  - `meta` TeamNotificationRulesResponseMeta — Metadata that is included in the response when querying the team notification rules
    - `page` TeamNotificationRulesResponseMetaPage — Metadata related to paging information that is included in the response when querying the team notification rules
      - `first_offset` integer — The first offset.
      - `last_offset` integer — The last offset.
      - `limit` integer — Pagination limit.
      - `next_offset` integer, nullable — The next offset.
      - `offset` integer — The offset.
      - `prev_offset` integer, nullable — The previous offset.
      - `total` integer — Total results.
      - `type` string — Offset type.

## Other responses

- `403` — Forbidden
- `404` — API error response.
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/versions/da68bf029e4c/schema)
