---
title: "Get cached-only usage overview"
method: GET
path: "/admin/cache/overview"
tags: ["admin"]
---

# Get cached-only usage overview

`GET /admin/cache/overview`

## Query parameters

- `days` integer
- `start_date` string
- `end_date` string
- `interval` string
- `model` string
- `provider` string
- `label` string
- `user_path` string
- `cache_mode` string

## Response `200`

OK

- UsageCacheOverview
  - `daily` UsageCacheOverviewDaily[]
    - `date` string
    - `exact_hits` integer
    - `hits` integer
    - `input_tokens` integer
    - `output_tokens` integer
    - `saved_cost` number
    - `semantic_hits` integer
    - `total_tokens` integer
  - `summary` UsageCacheOverviewSummary
    - `exact_hits` integer
    - `semantic_hits` integer
    - `total_hits` integer
    - `total_input_tokens` integer
    - `total_output_tokens` integer
    - `total_saved_cost` number
    - `total_tokens` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `503` — Service Unavailable

---

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