---
title: "List team policies"
method: GET
path: "/api/{cloudId}/v1/teams/{teamId}/policies"
tags: ["Team Policies"]
---

# List team policies

`GET /api/{cloudId}/v1/teams/{teamId}/policies`

List team policies

## Path parameters

- `teamId` string, required

## Query parameters

- `type` 'notification' | 'alert', required
- `size` integer
- `offset` integer

## Response `200`

Returned if the request is successful.

- union
  - TeamNotificationPolicyPaginatedResponse
    - `values` NotificationPolicyListResponse[]
      - `type` string — type of policy
      - `id` string — Identifier of the policy.
      - `name` string — Name of the policy.
      - `enabled` boolean
      - `order` integer
    - `links` TeamNotificationPolicyLinks
      - `next` string — Link to the next page of results.
  - TeamAlertPolicyPaginatedResponse
    - `values` PolicyListResponse[]
      - `type` string — type of policy
      - `id` string — Identifier of the policy.
      - `name` string — Name of the policy.
      - `enabled` boolean
      - `order` integer
    - `links` TeamAlertPolicyLinks
      - `next` string — Link to the next page of results.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `404` — Returned if the maintenance is not found.
- `422` — Returned if the payload cannot be validated.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/revisions/ed65f017bcb8/schema)
