---
title: "Get All Budgets Combined"
method: GET
path: "/api/budget/all"
tags: ["copilot_frontend", "copilot_budget"]
---

# Get All Budgets Combined

`GET /api/budget/all`

Obtiene TODOS los presupuestos combinados en una sola llamada:
- Eventos de Google Calendar del dia (deduplicados)
- Presupuestos de BD (todos los estados)

Optimizacion: Evita multiples llamadas desde el frontend.

**Protected Endpoint:** Requires JWT authentication and 'ui_comercial' or 'admin' role

## Response `200`

Successful Response

- object

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
