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 | seo-audit | knowledge-base | other), creditMin/creditMax and startDate/endDate (inclusive calendar days, resolved in timeZone). 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'.
Query parameters
Active team (membership only)
Max number of entries (default 30, max 100), or "all" for the full filtered history in one response (CSV export)
Keyset pagination cursor from a prior response
Free-text search over title/description
Comma-separated teamIds to narrow within the org
Comma-separated: snowy | ai-visibility | content
Min credits per row
Max credits per row
Only entries on/after this calendar day (YYYY-MM-DD)
Only entries on/before this calendar day (YYYY-MM-DD)
IANA zone the day bounds are calendar days in, e.g. Asia/Kolkata. Defaults to UTC
Changes
Changed in 4 of the 47 revisions of this API.25
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ○
endpoint added
endpoint-added
- ▲
- ○
added the new optional
queryrequest parametertimeZonenew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parameterendDatenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstartDatenew-optional-request-parameter
- ○
- ▲
added the pattern
^(all|[1-9][0-9]*)$to thequeryrequest parameterlimitrequest-parameter-pattern-added
- ○
for the
queryrequest parameterlimit, the type was generalized fromintegertostringrequest-parameter-type-generalized
- ▲