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

# List budgets with summaries

`GET /api/v1/budgets/summaries`

List all budgets for the user including current period for each budget.

## Query parameters

- `includeArchived` boolean

## Response `200`

A Successful response

- ListBudgetWithSummariesResponse
  - `budgetSummaries` BudgetSummary[] — List of budget with summaries
    - `budgetPeriod` BudgetPeriod
      - `end` integer — Period start expressed as UTC epoch timestamp in milliseconds.
      - `spentAmount` Amount, required
        - `currencyCode` string, required — The ISO 4217 currency code of the amount
        - `scale` integer, required — The scale of the amount. The `unscaledValue` is used with `scale` to accurately represent floating point values. The formula is `unscaledValue * (10^-scale)`. For example, if scale is 1 and unscaledValue is 1230, the end result would be 123.0.
        - `unscaledValue` integer, required — The unscaled value of the amount. The `unscaledValue` is used with `scale` to accurately represent floating point values. The formula is `unscaledValue * (10^-scale)`. For example, if scale is 1 and unscaledValue is 1230, the end result would be 123.0.
      - `start` integer — Period start expressed as UTC epoch timestamp in milliseconds.
    - `budgetSpecification` Finance20ManagementBudgets — 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)
