---
title: "Get a budget by ID for an organization"
method: GET
path: "/organizations/{org}/settings/billing/budgets/{budget_id}"
tags: ["billing"]
---

# Get a budget by ID for an organization

`GET /organizations/{org}/settings/billing/budgets/{budget_id}`

Gets a budget by ID. The authenticated user must be an organization admin or billing manager.

## Path parameters

- `org` string, required
- `budget_id` string, required

## Response `200`

Response when updating a budget

- GetBudget
  - `id` string, required — ID of the budget.
  - `budget_scope` 'enterprise' | 'organization' | 'repository' | 'cost_center' | 'multi_user_customer' | 'multi_user_cost_center' | 'user', required — The type of scope for the budget
  - `budget_entity_name` string, required — The name of the entity to apply the budget to
  - `user` string — The user login when the budget is scoped to a single user (`user` scope).
  - `budget_amount` integer, required — The budget amount in whole dollars. For license-based products, this represents the number of licenses.
  - `prevent_further_usage` boolean, required — Whether to prevent additional spending once the budget is exceeded
  - `budget_product_sku` string, required — A single product or sku to apply the budget to.
  - `budget_type` union, required — The type of pricing for the budget
    - 'ProductPricing'
    - 'SkuPricing'
  - `budget_alerting` object, required
    - `will_alert` boolean — Whether alerts are enabled for this budget. Present but not applicable for user-scope as alerting is always disabled for them.
    - `alert_recipients` string[] — Array of user login names who will receive alerts. Present but not applicable for user-scope as alerting is always disabled for them.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Resource not found
- `500` — Internal Error
- `503` — Service unavailable

## Changes

> 62 revisions in range; 1 not diffed.

- **2026-06-30** (2022-11-28) `36fd7551a71b` — 1 warning
  - added the new `multi_user_cost_center` enum value to the `budget_scope` response property for the response status `200`
- **2026-06-03** (2022-11-28) `b3f4b4706b41` — 2 warning, 1 info
  - added the new `multi_user_customer` enum value to the `budget_scope` response property for the response status `200`
  - added the new `user` enum value to the `budget_scope` response property for the response status `200`
  - added the optional property `user` to the response with the `200` status
- **2026-03-10** (2022-11-28) `5607301d0482` — 2 breaking, 2 info
  - added `subschema #1, subschema #2` to the `budget_type` response property `oneOf` list for the response status `200`
  - the `budget_type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - removed the `ProductPricing` enum value from the `budget_type` response property for the response status `200`
  - removed the `SkuPricing` enum value from the `budget_type` response property for the response status `200`

[Change history](https://skmtc.dev/github/apis/rest/changes/organizations/:org/settings/billing/budgets/:budget_id/get.md)

---

[API](https://skmtc.dev/github/apis/rest.md) · [All operations](https://skmtc.dev/github/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/rest/revisions/5bded2c77b93/schema)
