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

# List Budgets

`GET /open-api/v3/budgets`

## Query parameters

- `accountId` string, uuid, required — The UUID of the account.
- `id` string, uuid — The UUID of the budget.
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- BudgetPageRespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` BudgetPageResponse, required — data
    - `total` integer, required — total number
    - `list` Budget[], required — data list
      - `id` string, required — The UUID of the budget.
      - `accountId` string, required — The UUID of the account.
      - `createTime` string, timestamp, required — Creation time timestamp.
      - `name` string, required — Budget name.
      - `balance` BudgetBalance, required — The Balance of the Budget.
        - `id` string, required — The UUID of the Balance.
        - `available` string, required — Available balance.
        - `currency` string, required — The currency of the Balance.
      - `status` 'ACTIVE' | 'INACTIVE' | 'FROZEN', required — Budget status.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
