---
title: "Get Project Budget"
method: GET
path: "/api/app-auto-gtm/projects/{project_id}/budget"
tags: ["AppAutoGtm"]
---

# Get Project Budget

`GET /api/app-auto-gtm/projects/{project_id}/budget`

Return the project's daily-budget anchor (one indexed read).

## Path parameters

- `project_id` integer, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- ProjectBudgetResponse — The project's daily-budget anchor — the single number the dashboard bar shows and the slider sets. Per-campaign allocations are machine-managed and deliberately not surfaced; the old heavy per-campaign budget/spend/stats read was dropped (it only fed a now-removed page + a tiny "spent today" caption).
  - `project_id` integer, required
  - `daily_budget_usd` integer, nullable

## Other responses

- `422` — Validation Error

---

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