---
title: "GET /providers/Microsoft.Support/services"
method: GET
path: "/providers/Microsoft.Support/services"
tags: ["Services"]
---

# GET /providers/Microsoft.Support/services

`GET /providers/Microsoft.Support/services`

Lists all the Azure services available for support ticket creation. Here are the Service Ids for **Billing**, **Subscription Management**, and **Service and subscription limits (Quotas)** issues: <br/><table><tr><td><u>Issue type</u></td><td><u>Service Id</u></td></tr><tr><td>Billing</td><td>'/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc'</td></tr><tr><td>Subscription Management</td><td>'/providers/Microsoft.Support/services/f3dc5421-79ef-1efa-41a5-42bf3cbb52c6'</td></tr><tr><td>Quota</td><td>'/providers/Microsoft.Support/services/06bfd9d3-516b-d5c6-5802-169c800dec89'</td></tr></table> <br/><br/> For **Technical** issues, select the Service Id that maps to the Azure service/product as displayed in the **Services** drop-down list on the Azure portal's <a target='_blank' href='https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview'>New support request</a> page. <br/><br/> Always use the service and it's corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

## Query parameters

- `api-version` string, required

## Response `200`

Successfully retrieved list of Azure services available for support.

- ServicesListResult — Collection of Service resources.
  - `value` Service[] — List of Service resources
    - `id` string — Id of the resource
    - `name` string — Name of the resource
    - `type` string — Type of the resource 'Microsoft.Support/services'
    - `properties` ServiceProperties — Details about Azure service available for support ticket creation
      - `displayName` string — Localized name of Azure service

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.dev/azure/apis/support-microsoft-support-support.md) · [All operations](https://skmtc.dev/azure/apis/support-microsoft-support-support/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/support-microsoft-support-support/revisions/1aeb16acc7cd/schema)
