---
title: "List global alert policies"
method: GET
path: "/api/{cloudId}/v1/alerts/policies"
tags: ["Policies"]
---

# List global alert policies

`GET /api/{cloudId}/v1/alerts/policies`

List global alert policies

## Query parameters

- `offset` integer
- `size` integer

## Response `200`

Returned if the request is successful.

- GlobalPolicyPaginatedResponse
  - `values` PolicyListResponse[]
    - `type` string — type of policy
    - `id` string — Identifier of the policy.
    - `name` string — Name of the policy.
    - `enabled` boolean
    - `order` integer
  - `links` GlobalPolicyLinks
    - `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)
