---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions"
tags: ["Suppressions"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions`

Retrieves the list of snoozed or dismissed suppressions for a subscription. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required
- `$top` integer
- `$skipToken` string

## Response `200`

OK. Successfully got all suppressions in a subscription.

- SuppressionContractListResult — The list of Advisor suppressions.
  - `nextLink` string — The link used to get the next page of suppressions.
  - `value` SuppressionContract[] — The list of suppressions.
    - `id` string — The resource ID.
    - `name` string — The name of the resource.
    - `type` string — The type of the resource.

---

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