---
title: "Get list of alert mutes for account or entity"
method: GET
path: "/v3/alerts/mutes"
tags: ["Alerts & Risks"]
---

# Get list of alert mutes for account or entity

`GET /v3/alerts/mutes`

Get list of alert mutes for the current client account, or filtered by a specific entity (customer, counterparty or agent). entity_identifier and entity_type must be provided together or both omitted. Results are paginated; use page and size parameters to navigate pages.


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

## Query parameters

- `entity_identifier` string
- `entity_type` 'CUSTOMER' | 'COUNTERPARTY'
- `page_number` integer
- `page_size` integer
- `sort` string[]

## Response `200`

List of found alert mutes for account or entity

- AmPaginatedResponseAlertMuteV3Response
  - `alert_mutes` AmAlertMuteV3Response[], required
    - `created_at` string, date-time, required — Timestamp when the alert mute was created.
    - `created_by` string, nullable — Identifier of the user that created the alert mute.
    - `entity` AmAlertMuteEntityResponse, required — Entity scope the alert mute applies to.
      - `identifier` string, required — Identifier of the muted entity.
      - `type` 'CUSTOMER' | 'COUNTERPARTY', required — Type of muted entity.
    - `identifier` string, uuid, required — Unique identifier of the alert mute.
    - `risk_code` string, required — Risk code/profile identifier muted for the entity.
    - `risk_signal_identifier` string, uuid, nullable — Risk signal identifier associated with the alert mute, when provided.
  - `first` string, required — The URL path to the first page.
  - `next` string, nullable — The URL path to the next page.
  - `prev` string, nullable — The URL path to the previous page.
  - `self` string, required — The URL path to the current page.
  - `total_count` integer, nullable — Total number of items.

## Other responses

- `400` — Invalid entity filter parameters

---

[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)
