---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles"
tags: ["Profiles"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles`

Lists all of the CDN profiles within a resource group.

## Path parameters

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

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- ProfileListResult — Result of the request to list profiles. It contains a list of profile objects and a URL link to get the next set of results.
  - `value` Profile[] — List of CDN profiles within a resource group.
    - `id` string — Resource ID.
    - `name` string — Resource name.
    - `type` string — Resource type.
  - `nextLink` string — URL to get the next set of profile objects if there are any.

## Other responses

- `default` — CDN error response describing why the operation failed.

---

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