---
title: "List all budgets"
method: GET
path: "/api/v4/f/{firm_id}/companies/{company_id}/budgets"
tags: ["Budgets"]
---

# List all budgets

`GET /api/v4/f/{firm_id}/companies/{company_id}/budgets`

List all budgets. <br>
<b>Required scope(s):</b> `financials:read`

## Path parameters

- `firm_id` integer, required
- `company_id` integer, required

## Headers

- `Accept` string
- `Accept-Language` string
- `Content-Type` string

## Response `200`

Successful response

- object[]
  - `id` integer — budget_id
  - `name` string

---

[API](https://skmtc.net/silverfin/apis/silverfin-api.md) · [All operations](https://skmtc.net/silverfin/apis/silverfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/silverfin/silverfin-api/versions/61e058ce0d3f/schema)
