---
title: "List budgets"
method: GET
path: "/public/v1/budgets/"
tags: ["Budgets"]
---

# List budgets

`GET /public/v1/budgets/`

Retrieve a paginated list of budgets with filtering and search capabilities.

## Query parameters

- `search` string, nullable
- `code` string[], nullable
- `budget_type` BudgetTypes[], nullable
- `calendar_year` integer[], nullable
- `company_id` integer[], nullable
- `record_status` RecordStatus[], nullable
- `ordering` string, nullable
- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedPublicBudgetSchemaOut
  - `items` PublicBudgetSchemaOut[], required
    - `id` integer, required
    - `code` string, nullable
    - `name` string, required
    - `company_id` integer, nullable, required
    - `company_name` string, required
    - `budget_type` 'income_statement' | 'balance_sheet', required
    - `calendar_year` integer, required
    - `start_date` string, date, required
    - `end_date` string, date, required
    - `record_status` 'draft' | 'posted' | 'archived', required
    - `actuals_offset_in_months` integer, nullable
    - `classifications` PublicBudgetClassificationSchemaOut[]
      - `id` integer, required
      - `name` string, required
      - `line_id` integer, required
      - `line_name` string, required
    - `updated_at` string, date-time, required
  - `count` integer, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

> 26 revisions in range; 1 not diffed.

- **2026-09-09** `456ef8c02f62` — 2 info
  - added the new optional `query` request parameter `code`
  - added the optional property `items/items/code` to the response with the `200` status

[Change history](https://skmtc.dev/dualentry/apis/dualentry-public-api-2/changes/public/v1/budgets/get.md)

---

[API](https://skmtc.dev/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.dev/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/dualentry/apis/dualentry-public-api-2/revisions/91438f9a065f?raw)
