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

# List budgets

`GET /budgets`

## Query parameters

- `page` integer
- `perPage` integer
- `status` union
  - string
  - string[]
- `currency` string[]
- `parent` string
- `search` string
- `from` string, date-time
- `to` string, date-time

## Response `200`

OK

- object
  - `message` string, required
  - `status` boolean, required
  - `error` boolean, required
  - `data` object
    - `budgets` Budget[]
      - `code` string
      - `name` string
      - `currency` string
      - `amount` integer — Minor units
      - `available` integer
      - `spent` integer
      - `status` string
      - `type` union
        - string
        - integer
      - `level` integer — 1 root · 2 sub · 3 period
      - `isFunded` boolean
      - `allowOverdraft` boolean
      - `rolloverFunds` boolean
      - `parent` CodeRef — code + name
        - `code` string
        - `name` string
      - `balance` CodeRef — code + name
        - `code` string
        - `name` string
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `meta` PaginationMeta
      - `page` integer
      - `perPage` integer
      - `total` integer
      - `hasMore` boolean
      - `nextPage` integer, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/bujeti/apis/bujeti-public-api.md) · [All operations](https://skmtc.dev/bujeti/apis/bujeti-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bujeti/bujeti-public-api/revisions/d2850fc5f576/schema)
