Skip to main content
GET
Error

Authorizations

x-api-key
string
header
required

Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.

Query Parameters

start_date
string
required

Start date (YYYY-MM-DD or ISO datetime).

end_date
string
required

End date (YYYY-MM-DD or ISO datetime).

tag_prefix
string

Resolves all LiteLLM tags matching this prefix (e.g. user_id_, agent_id_) and passes them to the query.

tags
string

Comma-separated explicit tag list. When combined with tag_prefix, returns the intersection.

model
string

Filter to a specific LiteLLM model name.

page
integer

Page number (default 1).

Required range: x >= 1
exclude_team_tags
enum<string>

Set true to exclude team_* tags from the breakdown.

Available options:
true,
false

Response

Projected analytics payload.

window
object
totals
object
daily
object[]
byTag
object[]
byTagByDay
object[]
byModel
object[]
pagination
object
tagPrefix
string | null
dedupePrefix
string
truncated
boolean