---
title: "Get list of alert mutes for account or customer"
method: GET
path: "/v2/alerts/mutes"
tags: ["Alerts & Risks"]
deprecated: true
---

# Get list of alert mutes for account or customer

`GET /v2/alerts/mutes`

> **Deprecated.**

Get list of alert mutes for account or customer


You need the "View alerts" permission to use this endpoint.

## Query parameters

- `customer_identifier` string, uuid

## Response `200`

List of found alert mutes for customer or account

- AmGetAlertMutesResponse
  - `alert_mutes` AmAlertMuteDTO[], required
    - `created_at` string, date-time, required
    - `customer_identifier` string, uuid, required
    - `id` string, uuid, required
    - `profile_identifier` string, required
    - `risk_identifier` string, uuid, nullable
  - `first` string, required
  - `next` string, nullable
  - `prev` string, nullable
  - `self` string, required
  - `total_count` integer, nullable

## Other responses

- `400` — Invalid customer identifier

---

[API](https://skmtc.dev/complyadvantage/apis/mesh-api.md) · [All operations](https://skmtc.dev/complyadvantage/apis/mesh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complyadvantage/mesh-api/revisions/fdaac4351d85/schema)
