Get daily usage breakdown for your team over a time window (7, 30, or 90 days), with limit thresholds for comparison.
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
window | enum ⓘAllowed values 7d30d90d | Time window for usage data |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└days | array of object | Daily usage entries sorted by date ascending |
└date | string ⓘConstraints: regex | Date in YYYY-MM-DD format |
└totalUsage | number ⓘConstraints: >= 0 | Total requests on this day |
└usageByAlias | record | Usage count per alias for this day |
└limits | record | Current monthly limits per alias |