Skip to main content
GET
{base_url}
/
admin
/
usage
/
daily
Error
A valid request URL is required to generate request examples
[
  {
    "date": "<string>",
    "input_cost": 123,
    "input_tokens": 123,
    "output_cost": 123,
    "output_tokens": 123,
    "requests": 123,
    "total_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 (default uncached)

Response

OK

date
string
input_cost
number
input_tokens
integer
output_cost
number
output_tokens
integer
requests
integer
total_cost
number
total_tokens
integer