List token budgets
LLM Gateway: Token Budgets
List token budgets
GET
List token budgets
Authorizations
JWT obtained through Barndoor's authentication flow. Pass the token
verbatim in Authorization: Bearer <token>. Use the Barndoor SDK's
loginInteractive() helper to obtain a token in scripts and notebooks.
Response
200 - application/json
List of token budgets
Example:
"Engineering monthly tokens"
Who the rate limit applies to
Available options:
org, team, user, role, group, api_key, mcp_server, agent, project, llm_provider, model, model_alias Available options:
daily, weekly, monthly, quarterly, yearly Example:
50000000
Required range:
0 <= x <= 100Example:
[80, 90]block— refuse new requests until the next periodalert— emit alerts at the configured thresholds but keep serving
Available options:
block, alert Whether the policy applies to LLM, MCP, or both kinds of traffic
Available options:
all, llm, mcp Optional spend ceiling in currency
Restrict to traffic served by a specific provider
Restrict to traffic that ends up at this upstream model
Restrict to requests that used this client-facing alias
