---
title: "Get Tier Limits"
method: GET
path: "/management/tiers"
tags: ["management"]
---

# Get Tier Limits

`GET /management/tiers`

Get limits for all configured tiers.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- TiersResponse — Response model for GET /management/tiers.
  - `tiers` TierInfo[], required
    - `name` string, required
    - `limits` TierLimitInfo[], required
      - `model_group` string, required
      - `call_limit` number, nullable, required
      - `period` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kodacode/apis/xcode-proxy-gateway.md) · [All operations](https://skmtc.dev/kodacode/apis/xcode-proxy-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kodacode/xcode-proxy-gateway/revisions/7863886629fd/schema)
