Read current-window consumption against the usage limits configured on a Frontier Gateway group.
Return current-window consumption for a single group, broken down by model. The response only includes models that haveDocumentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
usage_limits configured — rate limits are not surfaced here. Use this endpoint to power per-customer dashboards or to check remaining quota before issuing a workload.
This endpoint is the Frontier Gateway equivalent of the legacy per-API-key usage lookup: usage now hangs off the group, and every API key under the group reports against the same counters.
Api-Key <your-key>.id from Create a group and from List groups.metadata.external_entity_id when creating the group.usage_limits configured on the group’s effective configuration appear here; a group with no configured usage limits returns an empty object.Each value is an array of usage entries, one per configured (type, unit) pair:type (string): TOKEN or REQUEST.unit (string): Window size for the limit. DAY is the only supported value.threshold (integer): Configured quota for the window.current_usage (integer or null): Total consumption in the current window. null until the first request lands.reset_at (string or null): UTC timestamp when the current window resets. null until the first request lands.| Status | Meaning |
|---|---|
403 Forbidden | The group exists but isn’t in your workspace, or the caller doesn’t have management scope. |
404 Not Found | No group with this id in your workspace, or it has been deleted. |