v10

latestOpenAPI 3.0.02026-08-074780295.0 KB
Billing

Get credit usage history

Returns credit-consuming activity for the team's organization, newest first - what each charge was for, when, which brand, and how many credits. Filter with q, teams, categories (snowy | ai-visibility | content) and creditMin/creditMax. Returns one page plus a nextCursor; pass it back as cursor to keep reading, and keep going before concluding a total. Use for questions like 'what did I spend credits on' or 'why did my balance drop'.

get/v3/billing/usage-history/

Query parameters

teamIdstring

Active team (membership only)

limitstring

Max number of entries (default 30, max 100), or "all" for the full filtered history in one response (CSV export)

cursorstring

Keyset pagination cursor from a prior response

qstring

Free-text search over title/description

teamsstring

Comma-separated teamIds to narrow within the org

categoriesstring

Comma-separated: snowy | ai-visibility | content

creditMinnumber

Min credits per row

creditMaxnumber

Max credits per row