Skip to main content
GET
Get top LLM-spend conversations

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

from
string<date-time>

Window start, ISO-8601 with offset. Defaults to 30 days before to.

to
string<date-time>

Window end, ISO-8601 with offset. Defaults to now.

limit
integer
default:50

Maximum conversations returned (top-N by cost, max 50).

Response

200 - application/json

The highest-cost conversations for the window, each with agent, model, token, and cost context.

The response is of type object.