Get monthly usage history for your team over the past N months.
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
months | number ⓘConstraints: >= 1<= 24 | Number of months of history to return |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└months | array of object | Monthly usage entries sorted by month ascending |
└month | string ⓘConstraints: regex | Month in YYYY-MM format |
└totalUsage | number ⓘConstraints: >= 0 | Total requests in this month |
└usageByAlias | record | Usage count per alias for this month |
└limits | record | Current monthly limits per alias |