---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages"
tags: ["SignalR"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages

`GET /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages`

List resource usage quotas by location.

## Path parameters

- `location` string, required

## Parameters

- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref

## Response `200`

Success. The response describe the usage quotas of a subscription in specified region.

- SignalRUsageList — Object that includes an array of the resource usages and a possible link for next set.
  - `value` SignalRUsage[] — List of the resource usages
    - `id` string — Fully qualified ARM resource id
    - `currentValue` integer — Current value for the usage quota.
    - `limit` integer — The maximum permitted value for the usage quota. If there is no limit, this value will be -1.
    - `name` SignalRUsageName — Localizable String object containing the name and a localized value.
      - `value` string — The identifier of the usage.
      - `localizedValue` string — Localized name of the usage.
    - `unit` string — Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.
  - `nextLink` string — The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

## Other responses

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

---

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