---
title: "List budgets"
method: GET
path: "/api/v1/budgets"
tags: ["Finance Management.Budgets", "ENTERPRISE"]
---

# List budgets

`GET /api/v1/budgets`

List all budgets for the user.

## Query parameters

- `includeArchived` boolean

## Response `200`

A Successful response

- ListBudgetSpecificationsResponse
  - `budgetSpecifications` Finance20ManagementBudgets[] — List of budgets. — unresolved $ref

## Other responses

- `401` — If the user is not authorized.
- `500` — For any unspecified error

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
