---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/managedComputeUsages"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/managedComputeUsages"
tags: ["ManagedComputeUsages"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/managedComputeUsages

`GET /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/managedComputeUsages`

List managed compute quota usages for a subscription and location.

## Parameters

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

## Response `200`

The request has succeeded.

- ManagedComputeUsageListResult — List of managed compute quota entries.
  - `nextLink` string — The link used to get the next page of managed compute usages.
  - `value` ManagedComputeUsage[] — Per-SKU managed compute quota usage entries.
    - `id` string — Fully qualified resource ID for the managed compute usage.
    - `name` MetricName — A metric name.
      - `value` string — The name of the metric.
      - `localizedValue` string — The friendly name of the metric.
    - `type` string — The resource type.
    - `unit` 'Count' | 'Bytes' | 'Seconds' | 'Percent' | 'CountPerSecond' | 'BytesPerSecond' | 'Milliseconds' — The unit of the metric.
    - `limit` number, double — Maximum value for this metric.
    - `currentValue` number, double — Current value for this metric.
    - `offerScope` string — Offer scope (e.g., 'Global', 'Datazone-US').
    - `deployments` ManagedComputeDeploymentInfo[] — Deployments consuming this managed compute quota.
      - `deploymentId` string — Full ARM resource ID of the deployment.
      - `projectId` string — Full ARM resource ID of the account/project.
      - `modelId` string — Model name (e.g., 'azureml://registries//models//versions/gpt-4o').
      - `acceleratorCount` integer — Number of GPUs consumed by this deployment.
      - `instanceCount` integer — Number of instances for this deployment.

## Other responses

- `default` — An unexpected error response.

---

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