---
title: "Reads all Budget options"
method: GET
path: "/api/2026-07-01/resources/finance/budget_options"
tags: ["Finance > BudgetOption"]
---

# Reads all Budget options

`GET /api/2026-07-01/resources/finance/budget_options`

Fetch budget options for the company

## Query parameters

- `ids[]` string[] — Search budget options by ID
- `employee_ids[]` string[] — Search budget options by employee IDs
- `effective_at` string — Filter budget options effective at this date
- `include_inactive` boolean, required — Include inactive budget options
- `include_archived` boolean, required — Include archived budget options

## Response `200`

OK

- object
  - `data` FinanceBudgetOption[]
    - `id` string, required — Unique identifier for the budget option
    - `name` string, required — Name of the budget option
    - `description` string — Description of the budget option
    - `currency` string, required — Currency of the budget option
    - `legal_entity_id` string, required — Legal entity ID of the budget option
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

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