---
title: "Get company budgets"
method: GET
path: "/v1/public/budgets"
tags: ["Public", "Budgets"]
---

# Get company budgets

`GET /v1/public/budgets`

## Query parameters

- `fromDate` string
- `toDate` string
- `forNameContaining` string

## Response `200`

- PublicBudget[]
  - `uid` string, required — unique budget id
  - `names` object, required — Multilingual name as a map indexed by locale ("en" or "fr")
  - `value` number, required — The value (amount) of the budget
  - `teamIds` string[] — the budget team UIDs
  - `teamCodes` string[] — the budget team codes
  - `skillIds` string[] — the budget skill (position) UIDs
  - `skillICodes` string[] — the budget skill (position) codes
  - `locationIds` string[] — the budget location UIDs
  - `locationCodes` string[] — the budget location codes
  - `effectiveFrom` number — If specified, the effective start date of the budget
  - `effectiveTo` number — If specified, the effective end date of the budget

---

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