---
title: "Changes to List budgets"
method: GET
path: "/v2/budgets"
---

# Changes to List budgets

`GET /v2/budgets`

> Every recorded change to this endpoint, newest first.
> 257 revisions in range; 71 not diffed.

## Timeline

Changed in 25 of 257 revisions.

- **2026-08-28** `9642bb8e4f83` — 1 breaking, 1 warning
- **2026-08-27** `a38e9ab59771` — 2 info
- **2026-08-02** `6f132f005b2a` — 3 breaking
- **2026-07-31** `3128fb112d66` — 3 info
- **2026-07-30** `d1ae9e3491f7` — 3 breaking
- **2026-07-29** `81dd5e8c8ae5` — 3 info
- **2026-07-29** `c165184caee5` — 3 breaking
- **2026-07-29** `81f63764455c` — 3 info
- **2026-07-29** `3989ac7bfc9d` — 3 breaking
- **2026-07-28** `a16b5d9f224e` — 3 info
- **2026-07-27** `40c117ce8db1` — 3 breaking
- **2026-07-25** `f6afb18cceb1` — 3 info
- **2026-07-24** `bfbd66cca233` — 3 breaking
- **2026-07-24** `3a879a9352ed` — 3 info
- **2026-07-23** `2b0a5538d7ab` — 3 breaking
- **2026-07-22** `62c4ba7cd048` — 3 info
- **2026-07-17** `2f27caf6888c` — 1 info
- **2026-07-16** `bee257c5b248` — 1 warning
- **2026-07-16** `801f61a5a056` — 1 info
- **2026-07-16** `42d5d2062527` — 1 warning
- **2026-07-10** `d418091db163` — 1 info
- **2026-06-29** `bc4a415db9cb` — 1 info
- **2026-06-28** `54f62cd22dcd` — 1 breaking
- **2026-06-26** `f21a1b29f845` — 1 info
- **2026-06-26** `db1ffe9a3219` — 1 breaking

## Changes

- **2026-08-28** `9642bb8e4f83` — 1 breaking, 1 warning
  - removed the enum value `BUDGET_SCOPE_KIND_FACTORY` from the property `items/` of the `query` request parameter `scope_kind`
  - removed the optional property `data/items/scope/allOf[#/components/schemas/BudgetScopeRestResponse]/factory` from the response with the `200` status
- **2026-08-27** `a38e9ab59771` — 2 info
  - added the enum value `BUDGET_SCOPE_KIND_FACTORY` to the property `items/` of the `query` request parameter `scope_kind`
  - added the optional property `data/items/scope/allOf[#/components/schemas/BudgetScopeRestResponse]/factory` to the response with the `200` status
- **2026-08-02** `6f132f005b2a` — 3 breaking
  - the response property `data` became optional for the status `200`
  - the response property `has_more` became optional for the status `200`
  - the response property `object` became optional for the status `200`
- **2026-07-31** `3128fb112d66` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `has_more` became required for the status `200`
  - the response property `object` became required for the status `200`
- **2026-07-30** `d1ae9e3491f7` — 3 breaking
  - the response property `data` became optional for the status `200`
  - the response property `has_more` became optional for the status `200`
  - the response property `object` became optional for the status `200`
- **2026-07-29** `81dd5e8c8ae5` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `has_more` became required for the status `200`
  - the response property `object` became required for the status `200`
- **2026-07-29** `c165184caee5` — 3 breaking
  - the response property `data` became optional for the status `200`
  - the response property `has_more` became optional for the status `200`
  - the response property `object` became optional for the status `200`
- **2026-07-29** `81f63764455c` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `has_more` became required for the status `200`
  - the response property `object` became required for the status `200`
- **2026-07-29** `3989ac7bfc9d` — 3 breaking
  - the response property `data` became optional for the status `200`
  - the response property `has_more` became optional for the status `200`
  - the response property `object` became optional for the status `200`
- **2026-07-28** `a16b5d9f224e` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `has_more` became required for the status `200`
  - the response property `object` became required for the status `200`
- **2026-07-27** `40c117ce8db1` — 3 breaking
  - the response property `data` became optional for the status `200`
  - the response property `has_more` became optional for the status `200`
  - the response property `object` became optional for the status `200`
- **2026-07-25** `f6afb18cceb1` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `has_more` became required for the status `200`
  - the response property `object` became required for the status `200`
- **2026-07-24** `bfbd66cca233` — 3 breaking
  - the response property `data` became optional for the status `200`
  - the response property `has_more` became optional for the status `200`
  - the response property `object` became optional for the status `200`
- **2026-07-24** `3a879a9352ed` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `has_more` became required for the status `200`
  - the response property `object` became required for the status `200`
- **2026-07-23** `2b0a5538d7ab` — 3 breaking
  - the response property `data` became optional for the status `200`
  - the response property `has_more` became optional for the status `200`
  - the response property `object` became optional for the status `200`
- **2026-07-22** `62c4ba7cd048` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `has_more` became required for the status `200`
  - the response property `object` became required for the status `200`
- **2026-07-17** `2f27caf6888c` — 1 info
  - added the optional property `data/items/alerts` to the response with the `200` status
- **2026-07-16** `bee257c5b248` — 1 warning
  - removed the optional property `data/items/alerts` from the response with the `200` status
- **2026-07-16** `801f61a5a056` — 1 info
  - added the optional property `data/items/alerts` to the response with the `200` status
- **2026-07-16** `42d5d2062527` — 1 warning
  - removed the optional property `data/items/alerts` from the response with the `200` status
- **2026-07-10** `d418091db163` — 1 info
  - added the optional property `data/items/alerts` to the response with the `200` status
- **2026-06-29** `bc4a415db9cb` — 1 info
  - endpoint added
- **2026-06-28** `54f62cd22dcd` — 1 breaking
  - api path removed without deprecation
- **2026-06-26** `f21a1b29f845` — 1 info
  - endpoint added
- **2026-06-26** `db1ffe9a3219` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/orq-ai/apis/orq-ai-api/docs/v2/budgets/get.md) · [API](https://skmtc.dev/orq-ai/apis/orq-ai-api.md) · [Page](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/budgets/get)
