---
title: "Get Daily Billing Usage"
method: GET
path: "/api/billing/usage/daily"
---

# Get Daily Billing Usage

`GET /api/billing/usage/daily`

Get daily usage breakdown for the current billing period.

Args:
    current_user: Authenticated user
    db: Database session
    
Returns:
    DailyUsageResponse with daily usage breakdown

## Response `200`

Successful Response

- DailyUsageResponse — Response schema for daily usage breakdown
  - `success` boolean
  - `hasBilling` boolean, required
  - `periodStart` string, nullable
  - `periodEnd` string, nullable
  - `dailyUsage` DailyUsageItem[]
    - `date` string, required
    - `costCents` integer, required
  - `billedToUserId` string, nullable

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
