Get Usage Tool
get_usageReturn the team's credit usage. One credit = one minute of source video
processing; AI UGC generation draws from the same balance at a per-second
rate of generated output. Returns credits_remaining (the current balance),
trial_credits_remaining (how much of that is free-tier credit: the signup
grant plus any live trial seed), and recent activity.
Each activity entry has a signed delta_minutes (the credit delta; negative
= consumed, positive = added), the balance_minutes after it (the credit
balance; field names are legacy), a reason and short description, an
occurred_at timestamp, and the related video id (hashid) when the entry
is tied to a video. Pass limit (1-100, default 20) to control how many
recent entries are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent activity entries to return (1-100, default 20). |