---
title: "List Rate Limit Overrides"
method: GET
path: "/internal/rate-limits/overrides"
tags: ["internal"]
---

# List Rate Limit Overrides

`GET /internal/rate-limits/overrides`

List all rate limit overrides, optionally filtered by type.

Query parameters:
- override_type: 'org' or 'user' to filter results
- limit: Maximum number of results (default: 100, max: 1000)

## Query parameters

- `override_type` string, nullable — Filter by type: 'org' or 'user'. If not provided, returns all overrides.
- `limit` integer — Maximum number of results

## Headers

- `x-api-key` string, required — Internal API Key for authentication

## Response `200`

Successful Response

- RateLimitOverrideResponse[]
  - `identifier` string, required
  - `endpointLimits` EndpointLimitsOverride, required — Rate limit overrides for specific endpoints
    - `generation` EndpointRateLimitConfig — Rate limit configuration for a specific endpoint
      - `max_tokens` integer, required
      - `refill_rate_per_second` number, required
    - `status` EndpointRateLimitConfig — Rate limit configuration for a specific endpoint
      - `max_tokens` integer, required
      - `refill_rate_per_second` number, required
    - `videoCaptionsSubmit` EndpointRateLimitConfig — Rate limit configuration for a specific endpoint
      - `max_tokens` integer, required
      - `refill_rate_per_second` number, required
    - `metaTextOverlaySubmit` EndpointRateLimitConfig — Rate limit configuration for a specific endpoint
      - `max_tokens` integer, required
      - `refill_rate_per_second` number, required
    - `metaTextOverlayPoll` EndpointRateLimitConfig — Rate limit configuration for a specific endpoint
      - `max_tokens` integer, required
      - `refill_rate_per_second` number, required
    - `v2Create` EndpointRateLimitConfig — Rate limit configuration for a specific endpoint
      - `max_tokens` integer, required
      - `refill_rate_per_second` number, required
    - `v2Status` EndpointRateLimitConfig — Rate limit configuration for a specific endpoint
      - `max_tokens` integer, required
      - `refill_rate_per_second` number, required
    - `catalog` EndpointRateLimitConfig — Rate limit configuration for a specific endpoint
      - `max_tokens` integer, required
      - `refill_rate_per_second` number, required
  - `createdAt` string, date-time, required
  - `createdBy` string, required
  - `updatedAt` string, date-time, nullable
  - `updatedBy` string, nullable
  - `note` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-15** `31e2df09dcfa` — 2 warning
  - removed the optional property `items/endpointLimits/assetControl` from the response with the `200` status
  - removed the optional property `items/endpointLimits/assetIngress` from the response with the `200` status
- **2026-08-10** `021b1eec81a4` — 5 info
  - added the optional property `items/endpointLimits/assetControl` to the response with the `200` status
  - added the optional property `items/endpointLimits/assetIngress` to the response with the `200` status
  - added the optional property `items/endpointLimits/catalog` to the response with the `200` status
  - added the optional property `items/endpointLimits/v2Create` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/mirage/apis/mirage-video-api/changes/internal/rate-limits/overrides/get.md)

---

[API](https://skmtc.dev/mirage/apis/mirage-video-api.md) · [All operations](https://skmtc.dev/mirage/apis/mirage-video-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mirage/mirage-video-api/revisions/36e24e91d2b5/schema)
