---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies"
tags: ["Policy"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies`

Lists all the Global Policy definitions of the Api Management service.

## Path parameters

- `resourceGroupName` string, required
- `serviceName` string, required
- `subscriptionId` string, required

## Query parameters

- `scope` 'Tenant' | 'Product' | 'Api' | 'Operation' | 'All'
- `api-version` string, required

## Response `200`

Returns an array of Policy Contracts.

- PolicyCollection — The response of the list policy operation.
  - `value` PolicyContract[] — Policy Contract value.
    - `id` string — Resource ID.
    - `name` string — Resource name.
    - `type` string — Resource type for API Management resource.
  - `nextLink` string — Next page link if any.

---

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