---
title: "Get usage breakdown by period"
method: GET
path: "/admin/usage/daily"
tags: ["admin"]
---

# Get usage breakdown by period

`GET /admin/usage/daily`

## Query parameters

- `days` integer
- `start_date` string
- `end_date` string
- `interval` string
- `user_path` string
- `cache_mode` string

## Response `200`

OK

- UsageDailyUsage[]
  - `date` string
  - `input_cost` number
  - `input_tokens` integer
  - `output_cost` number
  - `output_tokens` integer
  - `requests` integer
  - `total_cost` number
  - `total_tokens` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

## Changes

- **2026-05-09** `1236749560f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/admin/usage/daily/get.md)

---

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