---
title: "GET /{scope}/providers/Microsoft.Consumption/budgets"
method: GET
path: "/{scope}/providers/Microsoft.Consumption/budgets"
tags: ["Budgets"]
---

# GET /{scope}/providers/Microsoft.Consumption/budgets

`GET /{scope}/providers/Microsoft.Consumption/budgets`

Lists all budgets for the defined scope.

## Path parameters

- `scope` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- BudgetsListResult — Result of listing budgets. It contains a list of available budgets in the scope provided.
  - `value` Budget[] — The list of budgets.
    - `id` string — Resource Id.
    - `name` string — Resource name.
    - `type` string — Resource type.
    - `eTag` string — eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
  - `nextLink` string — The link (url) to the next page of results.

## Other responses

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

---

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