Get usage statistics
System
Get Usage
Retrieve credit balances, per-service activity counts, storage, and channels indexed for the authenticated user. All API operations consume credits from a shared pool — there are no per-service limits.
GET
Get usage statistics
Retrieve your credit balances, resource usage counters, storage usage, and channel indexing metrics.
Overview
All API operations consume credits from a shared credit pool — there are no per-service limits. This endpoint gives you a complete picture of your account’s consumption and remaining capacity.What’s Included
- Credits: Monthly allocation, remaining balance, and purchased credits
- Usage counters: Activity counts per resource type (informational, not individual limits)
- Storage: Used vs. allocated storage
- Channels indexed: Non-public YouTube channels indexed
- Subscription details: Plan, billing period, and status
Example Request
Success Response (200 OK)
Credits Object
Enterprise plans return
"unlimited" for monthly_total and monthly_remaining. The shared credit pool is what limits usage — individual service counters under usage are informational only and do not impose per-service caps.Usage Counters
Theusage object shows how many resource units were used during the current period. These are activity counters — the shared credit pool is what actually limits usage.
Channels Indexed
A hard plan limit (not credit-gated). Shows how many non-public YouTube channels you have indexed vs. your plan’s capacity.This endpoint reports cumulative usage for the billing period. To see what a single API call charged, pass
include_usage=true on that call and read the returned usage block — see Per-Call Usage Disclosure.Error: No Subscription
If you don’t have an active subscription, the endpoint returns404:
Authorizations
API key authentication. Include your VidNavigator API key in the X-API-Key header.

