Skip to main content
GET
{base_url}
/
admin
/
cache
/
overview
Error
A valid request URL is required to generate request examples
{
  "daily": [
    {
      "date": "<string>",
      "exact_hits": 123,
      "hits": 123,
      "input_tokens": 123,
      "output_tokens": 123,
      "saved_cost": 123,
      "semantic_hits": 123,
      "total_tokens": 123
    }
  ],
  "summary": {
    "exact_hits": 123,
    "semantic_hits": 123,
    "total_hits": 123,
    "total_input_tokens": 123,
    "total_output_tokens": 123,
    "total_saved_cost": 123,
    "total_tokens": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://gomodel-docs-providers-restructure.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

days
integer

Number of days (default 30)

start_date
string

Start date (YYYY-MM-DD)

end_date
string

End date (YYYY-MM-DD)

interval
string

Grouping interval: daily, weekly, monthly, yearly (default daily)

user_path
string

Filter by tracked user path subtree

cache_mode
string

Cache mode filter: uncached, cached, all (cache overview always uses cached mode)

Response

OK

daily
object[]
summary
object