---
title: "Get Global Token Limit Settings"
method: GET
path: "/admin/token-rate-limits/global"
tags: ["public"]
---

# Get Global Token Limit Settings

`GET /admin/token-rate-limits/global`

## Response `200`

Successful Response

- TokenRateLimitDisplay[]
  - `token_id` integer, required
  - `enabled` boolean, required
  - `token_budget` integer, required
  - `period_hours` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/onyx-dot-app/apis/onyx-api.md) · [All operations](https://skmtc.net/onyx-dot-app/apis/onyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onyx-dot-app/onyx-api/versions/027af016ba5c/schema)
