---
title: "Get Billing Usage Daily"
method: GET
path: "/api/app-auto-gtm/billing/usage-daily"
tags: ["AppAutoGtm"]
---

# Get Billing Usage Daily

`GET /api/app-auto-gtm/billing/usage-daily`

Per-UTC-day cold-send usage for the Billing "Usage" panel (T-638).

Counted from sent emails × price (the project-dashboard spend
convention) — one Index Only Scan, so the page opens instantly for
any org size. Replies (free) are excluded; a bounced-after-send email
stays counted (its charge is never refunded).

## Query parameters

- `days` integer

## Cookies

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

## Response `200`

Successful Response

- UsageDailyResponse — Usage-by-day window for the Billing tab (T-638). ``days`` covers every UTC day of the window, zero days included, newest first. Totals are over the whole window.
  - `days` UsageDailyDay[], required
    - `date` string, date, required
    - `emails_sent` integer, required
    - `credits` number, required
    - `usd` number, required
    - `projects` UsageDailyProject[], required
      - `project_id` string, required
      - `name` string, required
      - `emails` integer, required
      - `usd` number, required
  - `total_emails` integer, required
  - `total_credits` number, required
  - `total_usd` number, required
  - `trial_usd` number
  - `paid_usd` number

## 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)
