get_api_usage
Retrieve your CreatorDB API usage details, including request counts, quota consumption, and per-endpoint breakdowns for the last 7 days or a custom date range.
Instructions
Get your CreatorDB API usage. Returns records: [{ date (YYYYMMDD), requestCount, totalQuotaUsed (can be fractional, e.g. NLS), endpoints (camelCase per-endpoint counts: getYoutubeProfile, searchInstagram, getNLS, etc.), platforms, quotaByPlatform }]. Free to call (0 credits). Defaults to last 7 days; pass start/end as Unix-ms strings to widen the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Start date as Unix timestamp in milliseconds | |
| end | No | End date as Unix timestamp in milliseconds |