---
title: "Get Segment Spent Today"
method: GET
path: "/api/app-auto-gtm/segments/{segment_id}/spent-today"
tags: ["AppAutoGtm"]
---

# Get Segment Spent Today

`GET /api/app-auto-gtm/segments/{segment_id}/spent-today`

Cheap snapshot for the Budget tab "today's spend" progress bar.

DB-only — never touches Stripe/Redis. Safe to refetch every ~30s from
the UI without inflating the bigger SegmentBrief request.

## Path parameters

- `segment_id` integer, required

## Cookies

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

## Response `200`

Successful Response

- SegmentSpentTodayResponse — Per-segment "spent today" snapshot for the Budget tab progress bar. `daily_limit_usd` is included so the UI can render a single-call progress bar without also fetching the full SegmentBrief — the bar auto-refetches every ~30s, the brief doesn't need to.
  - `segment_id` integer, required
  - `spent_today_usd` number, required
  - `daily_limit_usd` integer, required

## 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/aec0744a2cd1/schema)
