---
title: "List satellite rate limit configs"
method: GET
path: "/api/satellite/rate-limits"
tags: ["satellite-rate-limits"]
---

# List satellite rate limit configs

`GET /api/satellite/rate-limits`

Returns rate limit configuration for all devices.

## Response `200`

OK

- DatabaseSatelliteRateLimit[]
  - `burst_size` integer
  - `daily_limit` integer
  - `device_id` integer
  - `enabled` boolean
  - `monthly_limit` integer
  - `override_until` string
  - `refill_rate` number
  - `updated_at` string

---

[API](https://skmtc.dev/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.dev/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/revisions/c019b6af96ea/schema)
