---
title: "Reads all Budget strategies"
method: GET
path: "/api/2026-07-01/resources/project_management/budget_strategies"
tags: ["ProjectManagement > BudgetStrategy"]
---

# Reads all Budget strategies

`GET /api/2026-07-01/resources/project_management/budget_strategies`

Reads all Budget strategies

## Query parameters

- `ids[]` string[] — Filter budget strategies by these ids
- `project_ids[]` string[] — Filter budget strategies by these project ids
- `subproject_ids[]` string[] — Filter budget strategies by these subproject ids
- `without_subproject` boolean — When true, return only budget strategies without a subproject

## Response `200`

OK

- object
  - `data` ProjectManagementBudgetStrategy[]
    - `id` string, required — Factorial id of the budget strategy
    - `budget_type` 'project_fixed_cost' | 'total_budget' | 'without_budget', required — Type of budget strategy. One of project_fixed_cost => ProjectFixedCost, total_budget => TimeAndMaterials, without_budget => WithoutBudget
    - `planned_cents` integer — Planned amount in cents (for project_fixed_cost / total_budget)
    - `planned_minutes` integer — Planned time in minutes (for total_budget)
    - `fee_amount_cents` integer — Fee amount in cents (for project_fixed_cost / total_budget when is billable)
    - `project_id` string, required — Id of the project this budget strategy belongs to
    - `subproject_id` string — Id of the subproject this budget strategy belongs to, if any
    - `delegated` boolean, required — Whether the budget strategy is delegated
  - `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)
