---
title: "Get Org Spent Today"
method: GET
path: "/api/app-auto-gtm/spent-today"
tags: ["AppAutoGtm"]
---

# Get Org Spent Today

`GET /api/app-auto-gtm/spent-today`

Org-wide "spent today" snapshot for the global Billing tab.

Aggregates autogtm sends across all the org's segments and sums the
per-segment caps over segments currently in the `outreach` phase.

## Cookies

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

## Response `200`

Successful Response

- OrgSpentTodayResponse — Org-wide "spent today" snapshot for the global Billing tab. `daily_limit_usd` sums per-segment caps over segments currently in the `outreach` phase — that's the realistic ceiling we could hit today. Both fields are 0 when no outreach segments exist (UI shows an empty bar).
  - `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/f169bc6e9447/schema)
